Html Css Color HEX #036072 Blue Lagoon

📋 copy color: '#036072'

red 3 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #036072

Tints of Blue Lagoon #036072

RGB

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

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

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

R = 1.41%
G = 45.07%
B = 53.52%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036072 (or 0x036072) is known color: Blue Lagoon. HEX triplet: 03, 60 and 72. RGB value is (3,96,114). Sum of RGB (Red+Green+Blue) = 3+96+114=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #036072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036072 is #FC9F8D. Grayscale: #464646. Windows color (decimal): -16555918 or 7495683. OLE color: 7495683.

HSL color Cylindrical-coordinate representation of color #036072: hue angle of 189.73º 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 #036072 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 96 114 -
CMYK 0.97 0.16 0 0.55
HSL 189.73º 0.95% 0.23% -
HSV(B) 189.73º 0.97% 0.45% -
XYZ 7.26 9.6 17.39 -
YUV 70.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 3 96 114 0.97 0.16 0 0.55 189.73 0.95 0.23
Hex 3 60 72 61 10 0 37 BE 5F 17
Octal 3 140 162 141 20 0 67 276 137 27
Binary 11 1100000 1110010 1100001 10000 0 110111 10111110 1011111 10111

Color Harmonies of #036072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036072

Black with #036072

Text Example


Text Example

White with #036072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036072; }

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

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

background-color css

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

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

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

border-color css

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

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

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