Html Css Color HEX #03606C Blue Lagoon

📋 copy color: '#03606C'

red 3 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #03606C

Tints of Blue Lagoon #03606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 1.45%
G = 46.38%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03606C (or 0x03606C) is known color: Blue Lagoon. HEX triplet: 03, 60 and 6C. RGB value is (3,96,108). Sum of RGB (Red+Green+Blue) = 3+96+108=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #03606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03606C is #FC9F93. Grayscale: #454545. Windows color (decimal): -16555924 or 7102467. OLE color: 7102467.

HSL color Cylindrical-coordinate representation of color #03606C: hue angle of 186.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03606C is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 96 108 -
CMYK 0.97 0.11 0 0.58
HSL 186.86º 0.95% 0.22% -
HSV(B) 186.86º 0.97% 0.42% -
XYZ 6.93 9.47 15.65 -
YUV 69.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 3 96 108 0.97 0.11 0 0.58 186.86 0.95 0.22
Hex 3 60 6C 61 B 0 3A BB 5F 16
Octal 3 140 154 141 13 0 72 273 137 26
Binary 11 1100000 1101100 1100001 1011 0 111010 10111011 1011111 10110

Color Harmonies of #03606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03606C

Black with #03606C

Text Example


Text Example

White with #03606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03606C; }

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

 H1.HeaderClassName
 {
   color: #03606C;
 }
 .AnyTagClassName
 {
   color: #03606C;
 }
</style>

background-color css

<style>
 a { background-color: #03606C; }

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

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

border-color css

<style>
 span { border-color: #03606C; }

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

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