Html Css Color HEX #03608B Blue Lagoon

📋 copy color: '#03608B'

red 3 ◦ green 96 ◦ blue 139

#03608B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03608B

Tints of Blue Lagoon #03608B

RGB

 RED value IS 3 (1.56% from 255) = 1.26%

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 1.26%
G = 40.34%
B = 58.4%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03608B (or 0x03608B) is known color: Blue Lagoon. HEX triplet: 03, 60 and 8B. RGB value is (3,96,139). Sum of RGB (Red+Green+Blue) = 3+96+139=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #03608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03608B is #FC9F74. Grayscale: #484848. Windows color (decimal): -16555893 or 9134083. OLE color: 9134083.

HSL color Cylindrical-coordinate representation of color #03608B: hue angle of 198.97º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03608B is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 96 139 -
CMYK 0.98 0.31 0 0.45
HSL 198.97º 0.96% 0.28% -
HSV(B) 198.97º 0.98% 0.55% -
XYZ 8.88 10.25 25.94 -
YUV 73.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 3 96 139 0.98 0.31 0 0.45 198.97 0.96 0.28
Hex 3 60 8B 62 1F 0 2D C7 60 1C
Octal 3 140 213 142 37 0 55 307 140 34
Binary 11 1100000 10001011 1100010 11111 0 101101 11000111 1100000 11100

Color Harmonies of #03608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03608B

Black with #03608B

Text Example


Text Example

White with #03608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03608B; }

 p { color: rgb(3,96,139); }

 H1.HeaderClassName
 {
   color: #03608B;
 }
 .AnyTagClassName
 {
   color: #03608B;
 }
</style>

background-color css

<style>
 a { background-color: #03608B; }

 a { background-color: rgb(3,96,139); }

 div.DivClassName
 {
   background-color: #03608B;
 }
 .BgClassName
 {
   background-color: #03608B;
 }
</style>

border-color css

<style>
 span { border-color: #03608B; }

 span { border-color: rgb(3,96,139); }

 td.TdClassName
 {
   border-color: #03608B;
 }
 .TagClassName
 {
   border-color: #03608B;
 }
</style>