Html Css Color HEX #036872 Blue Lagoon

📋 copy color: '#036872'

red 3 ◦ green 104 ◦ blue 114

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

Shades of Blue Lagoon #036872

Tints of Blue Lagoon #036872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 1.36%
G = 47.06%
B = 51.58%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036872 (or 0x036872) is known color: Blue Lagoon. HEX triplet: 03, 68 and 72. RGB value is (3,104,114). Sum of RGB (Red+Green+Blue) = 3+104+114=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #036872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036872 is #FC978D. Grayscale: #4A4A4A. Windows color (decimal): -16553870 or 7497731. OLE color: 7497731.

HSL color Cylindrical-coordinate representation of color #036872: hue angle of 185.41º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036872 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 104 114 -
CMYK 0.97 0.09 0 0.55
HSL 185.41º 0.95% 0.23% -
HSV(B) 185.41º 0.97% 0.45% -
XYZ 8.03 11.13 17.65 -
YUV 74.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 3 104 114 0.97 0.09 0 0.55 185.41 0.95 0.23
Hex 3 68 72 61 9 0 37 B9 5F 17
Octal 3 150 162 141 11 0 67 271 137 27
Binary 11 1101000 1110010 1100001 1001 0 110111 10111001 1011111 10111

Color Harmonies of #036872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036872

Black with #036872

Text Example


Text Example

White with #036872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036872; }

 p { color: rgb(3,104,114); }

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

background-color css

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

 a { background-color: rgb(3,104,114); }

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

border-color css

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

 span { border-color: rgb(3,104,114); }

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