Html Css Color HEX #036C85 Blue Lagoon

📋 copy color: '#036C85'

red 3 ◦ green 108 ◦ blue 133

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

Shades of Blue Lagoon #036C85

Tints of Blue Lagoon #036C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 1.23%
G = 44.26%
B = 54.51%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036C85 (or 0x036C85) is known color: Blue Lagoon. HEX triplet: 03, 6C and 85. RGB value is (3,108,133). Sum of RGB (Red+Green+Blue) = 3+108+133=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #036C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C85 is #FC937A. Grayscale: #4F4F4F. Windows color (decimal): -16552827 or 8743939. OLE color: 8743939.

HSL color Cylindrical-coordinate representation of color #036C85: hue angle of 191.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C85 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 108 133 -
CMYK 0.98 0.19 0 0.48
HSL 191.54º 0.96% 0.27% -
HSV(B) 191.54º 0.98% 0.52% -
XYZ 9.63 12.44 24.08 -
YUV 79.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 3 108 133 0.98 0.19 0 0.48 191.54 0.96 0.27
Hex 3 6C 85 62 13 0 30 C0 60 1B
Octal 3 154 205 142 23 0 60 300 140 33
Binary 11 1101100 10000101 1100010 10011 0 110000 11000000 1100000 11011

Color Harmonies of #036C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C85

Black with #036C85

Text Example


Text Example

White with #036C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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