Html Css Color HEX #036A86 Blue Lagoon

📋 copy color: '#036A86'

red 3 ◦ green 106 ◦ blue 134

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

Shades of Blue Lagoon #036A86

Tints of Blue Lagoon #036A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.62%

 BLUE value IS 134 (52.73% from 255) = 55.14%

R = 1.23%
G = 43.62%
B = 55.14%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036A86 (or 0x036A86) is known color: Blue Lagoon. HEX triplet: 03, 6A and 86. RGB value is (3,106,134). Sum of RGB (Red+Green+Blue) = 3+106+134=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #036A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A86 is #FC9579. Grayscale: #4E4E4E. Windows color (decimal): -16553338 or 8808963. OLE color: 8808963.

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

Color convert

RGB 3 106 134 -
CMYK 0.98 0.21 0 0.47
HSL 192.82º 0.96% 0.27% -
HSV(B) 192.82º 0.98% 0.53% -
XYZ 9.49 12.05 24.38 -
YUV 78.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 3 106 134 0.98 0.21 0 0.47 192.82 0.96 0.27
Hex 3 6A 86 62 15 0 2F C1 60 1B
Octal 3 152 206 142 25 0 57 301 140 33
Binary 11 1101010 10000110 1100010 10101 0 101111 11000001 1100000 11011

Color Harmonies of #036A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A86

Black with #036A86

Text Example


Text Example

White with #036A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,106,134); }

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

background-color css

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

 a { background-color: rgb(3,106,134); }

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

border-color css

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

 span { border-color: rgb(3,106,134); }

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