Html Css Color HEX #036C72 Blue Lagoon

📋 copy color: '#036C72'

red 3 ◦ green 108 ◦ blue 114

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

Shades of Blue Lagoon #036C72

Tints of Blue Lagoon #036C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48%

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

R = 1.33%
G = 48%
B = 50.67%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036C72 (or 0x036C72) is known color: Blue Lagoon. HEX triplet: 03, 6C and 72. RGB value is (3,108,114). Sum of RGB (Red+Green+Blue) = 3+108+114=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #036C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C72 is #FC938D. Grayscale: #4D4D4D. Windows color (decimal): -16552846 or 7498755. OLE color: 7498755.

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

Color convert

RGB 3 108 114 -
CMYK 0.97 0.05 0 0.55
HSL 183.24º 0.95% 0.23% -
HSV(B) 183.24º 0.97% 0.45% -
XYZ 8.44 11.96 17.78 -
YUV 77.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 3 108 114 0.97 0.05 0 0.55 183.24 0.95 0.23
Hex 3 6C 72 61 5 0 37 B7 5F 17
Octal 3 154 162 141 5 0 67 267 137 27
Binary 11 1101100 1110010 1100001 101 0 110111 10110111 1011111 10111

Color Harmonies of #036C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C72

Black with #036C72

Text Example


Text Example

White with #036C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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