Html Css Color HEX #036C80 Blue Lagoon

📋 copy color: '#036C80'

red 3 ◦ green 108 ◦ blue 128

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

Shades of Blue Lagoon #036C80

Tints of Blue Lagoon #036C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 1.26%
G = 45.19%
B = 53.56%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#036C80 (or 0x036C80) is known color: Blue Lagoon. HEX triplet: 03, 6C and 80. RGB value is (3,108,128). Sum of RGB (Red+Green+Blue) = 3+108+128=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #036C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C80 is #FC937F. Grayscale: #4E4E4E. Windows color (decimal): -16552832 or 8416259. OLE color: 8416259.

HSL color Cylindrical-coordinate representation of color #036C80: hue angle of 189.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C80 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 108 128 -
CMYK 0.98 0.16 0 0.50
HSL 189.6º 0.95% 0.26% -
HSV(B) 189.6º 0.98% 0.5% -
XYZ 9.3 12.3 22.31 -
YUV 78.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 3 108 128 0.98 0.16 0 0.50 189.6 0.95 0.26
Hex 3 6C 80 62 10 0 32 BE 5F 1A
Octal 3 154 200 142 20 0 62 276 137 32
Binary 11 1101100 10000000 1100010 10000 0 110010 10111110 1011111 11010

Color Harmonies of #036C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C80

Black with #036C80

Text Example


Text Example

White with #036C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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