Color Hex Logo

#306788 Color Hex

#306788
(48,103,136)
0 Favorites   0 Comments

Color spaces of #306788

RGB 48103136
HSL0.560.480.36
HSV203°65°53°
CMYK 0.650.240.00   0.47
XYZ10.513112.106425.0752
Yxy12.10640.22040.2538
Hunter Lab34.7943-6.9561-18.3726
CIE-Lab41.3847-7.3353-23.6517

#306788 color RGB value is (48,103,136).

#306788 hex color red value is 48, green value is 103 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #306788 hue: 0.56 , saturation: 0.48 and the lightness value of 306788 is 0.36.

The process color (four color CMYK) of #306788 color hex is 0.65, 0.24, 0.00, 0.47. Web safe color of #306788 is #336699. Color #306788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 10001000
Octal 60 147 210
Decimal 48 103 136
Hex 30 67 88

RGB Percentages of Color #306788

%16.72
%35.89
%47.39

CMYK Percentages of Color #306788

%65
%24
%0
%47

Triadic Colors of #306788

#306788 #883067 #678830

Analogous Colors of #306788

#306788 #303b88 #30887d

Monochromatic Colors of #306788

#306788

Complementary Color

#306788 #885130

#306788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306788 Color CSS Codes

.mybgcolor {background-color:#306788; } 
.myforecolor {color:#306788; }
.mybordercolor {border:3px solid #306788; }

#306788 Text Font Color

<p style="color:#306788">Text here</p>

This sample text font color is #306788
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#306788 Background Color

<div style="background-color:#306788">
Div content here</div>

This div background color is #306788


#306788 Border Color

<div style="border:3px solid #306788">
Div here</div>

This div border color is #306788


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,103,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306788; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306788;
  -webkit-box-shadow: 1px 1px 3px 2px #306788;
  box-shadow:         1px 1px 3px 2px #306788; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,103,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #306788">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #306788;
  -webkit-box-shadow: 1px 1px 3px 2px #306788;
  box-shadow:         1px 1px 3px 2px #306788;">
Div content here</div>

This div box has shadow with color #306788


Comments

No comments written yet.

Please login to write comment.