Html Css Color HEX #036688 Blue Lagoon

📋 copy color: '#036688'

red 3 ◦ green 102 ◦ blue 136

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

Shades of Blue Lagoon #036688

Tints of Blue Lagoon #036688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 1.24%
G = 42.32%
B = 56.43%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036688 (or 0x036688) is known color: Blue Lagoon. HEX triplet: 03, 66 and 88. RGB value is (3,102,136). Sum of RGB (Red+Green+Blue) = 3+102+136=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #036688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036688 is #FC9977. Grayscale: #4C4C4C. Windows color (decimal): -16554360 or 8939011. OLE color: 8939011.

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

Color convert

RGB 3 102 136 -
CMYK 0.98 0.25 0 0.47
HSL 195.34º 0.96% 0.27% -
HSV(B) 195.34º 0.98% 0.53% -
XYZ 9.23 11.3 24.99 -
YUV 76.28 161.7 75.74 -
System Red Green Blue C M Y K H S L
Decimal 3 102 136 0.98 0.25 0 0.47 195.34 0.96 0.27
Hex 3 66 88 62 19 0 2F C3 60 1B
Octal 3 146 210 142 31 0 57 303 140 33
Binary 11 1100110 10001000 1100010 11001 0 101111 11000011 1100000 11011

Color Harmonies of #036688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036688

Black with #036688

Text Example


Text Example

White with #036688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036688; }

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

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

background-color css

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

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

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

border-color css

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

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

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