Html Css Color HEX #036687 Blue Lagoon

📋 copy color: '#036687'

red 3 ◦ green 102 ◦ blue 135

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

Shades of Blue Lagoon #036687

Tints of Blue Lagoon #036687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 1.25%
G = 42.5%
B = 56.25%

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

#036687 (or 0x036687) is known color: Blue Lagoon. HEX triplet: 03, 66 and 87. RGB value is (3,102,135). Sum of RGB (Red+Green+Blue) = 3+102+135=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #036687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036687 is #FC9978. Grayscale: #4B4B4B. Windows color (decimal): -16554361 or 8873475. OLE color: 8873475.

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

Color convert

RGB 3 102 135 -
CMYK 0.98 0.24 0 0.47
HSL 195º 0.96% 0.27% -
HSV(B) 195º 0.98% 0.53% -
XYZ 9.16 11.27 24.61 -
YUV 76.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 3 102 135 0.98 0.24 0 0.47 195 0.96 0.27
Hex 3 66 87 62 18 0 2F C3 60 1B
Octal 3 146 207 142 30 0 57 303 140 33
Binary 11 1100110 10000111 1100010 11000 0 101111 11000011 1100000 11011

Color Harmonies of #036687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036687

Black with #036687

Text Example


Text Example

White with #036687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036687; }

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

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

background-color css

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

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

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

border-color css

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

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

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