Html Css Color HEX #036887 Blue Lagoon

📋 copy color: '#036887'

red 3 ◦ green 104 ◦ blue 135

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

Shades of Blue Lagoon #036887

Tints of Blue Lagoon #036887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 1.24%
G = 42.98%
B = 55.79%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036887 (or 0x036887) is known color: Blue Lagoon. HEX triplet: 03, 68 and 87. RGB value is (3,104,135). Sum of RGB (Red+Green+Blue) = 3+104+135=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #036887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036887 is #FC9778. Grayscale: #4D4D4D. Windows color (decimal): -16553849 or 8873987. OLE color: 8873987.

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

Color convert

RGB 3 104 135 -
CMYK 0.98 0.23 0 0.47
HSL 194.09º 0.96% 0.27% -
HSV(B) 194.09º 0.98% 0.53% -
XYZ 9.36 11.67 24.68 -
YUV 77.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 3 104 135 0.98 0.23 0 0.47 194.09 0.96 0.27
Hex 3 68 87 62 17 0 2F C2 60 1B
Octal 3 150 207 142 27 0 57 302 140 33
Binary 11 1101000 10000111 1100010 10111 0 101111 11000010 1100000 11011

Color Harmonies of #036887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036887

Black with #036887

Text Example


Text Example

White with #036887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036887; }

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

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

background-color css

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

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

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

border-color css

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

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

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