Html Css Color HEX #036686 Blue Lagoon

📋 copy color: '#036686'

red 3 ◦ green 102 ◦ blue 134

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

Shades of Blue Lagoon #036686

Tints of Blue Lagoon #036686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 1.26%
G = 42.68%
B = 56.07%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036686 (or 0x036686) is known color: Blue Lagoon. HEX triplet: 03, 66 and 86. RGB value is (3,102,134). Sum of RGB (Red+Green+Blue) = 3+102+134=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #036686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036686 is #FC9979. Grayscale: #4B4B4B. Windows color (decimal): -16554362 or 8807939. OLE color: 8807939.

HSL color Cylindrical-coordinate representation of color #036686: hue angle of 194.66º 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 #036686 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 102 134 -
CMYK 0.98 0.24 0 0.47
HSL 194.66º 0.96% 0.27% -
HSV(B) 194.66º 0.98% 0.53% -
XYZ 9.09 11.24 24.25 -
YUV 76.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 3 102 134 0.98 0.24 0 0.47 194.66 0.96 0.27
Hex 3 66 86 62 18 0 2F C3 60 1B
Octal 3 146 206 142 30 0 57 303 140 33
Binary 11 1100110 10000110 1100010 11000 0 101111 11000011 1100000 11011

Color Harmonies of #036686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036686

Black with #036686

Text Example


Text Example

White with #036686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036686; }

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

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

background-color css

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

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

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

border-color css

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

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

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