Html Css Color HEX #036587 Blue Lagoon

📋 copy color: '#036587'

red 3 ◦ green 101 ◦ blue 135

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

Shades of Blue Lagoon #036587

Tints of Blue Lagoon #036587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

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

R = 1.26%
G = 42.26%
B = 56.49%

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

#036587 (or 0x036587) is known color: Blue Lagoon. HEX triplet: 03, 65 and 87. RGB value is (3,101,135). Sum of RGB (Red+Green+Blue) = 3+101+135=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #036587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036587 is #FC9A78. Grayscale: #4B4B4B. Windows color (decimal): -16554617 or 8873219. OLE color: 8873219.

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

Color convert

RGB 3 101 135 -
CMYK 0.98 0.25 0 0.47
HSL 195.45º 0.96% 0.27% -
HSV(B) 195.45º 0.98% 0.53% -
XYZ 9.06 11.08 24.58 -
YUV 75.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 3 101 135 0.98 0.25 0 0.47 195.45 0.96 0.27
Hex 3 65 87 62 19 0 2F C3 60 1B
Octal 3 145 207 142 31 0 57 303 140 33
Binary 11 1100101 10000111 1100010 11001 0 101111 11000011 1100000 11011

Color Harmonies of #036587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036587

Black with #036587

Text Example


Text Example

White with #036587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036587; }

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

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

background-color css

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

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

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

border-color css

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

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

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