Html Css Color HEX #036487 Blue Lagoon

📋 copy color: '#036487'

red 3 ◦ green 100 ◦ blue 135

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

Shades of Blue Lagoon #036487

Tints of Blue Lagoon #036487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 1.26%
G = 42.02%
B = 56.72%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036487 (or 0x036487) is known color: Blue Lagoon. HEX triplet: 03, 64 and 87. RGB value is (3,100,135). Sum of RGB (Red+Green+Blue) = 3+100+135=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #036487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036487 is #FC9B78. Grayscale: #4A4A4A. Windows color (decimal): -16554873 or 8872963. OLE color: 8872963.

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

Color convert

RGB 3 100 135 -
CMYK 0.98 0.26 0 0.47
HSL 195.91º 0.96% 0.27% -
HSV(B) 195.91º 0.98% 0.53% -
XYZ 8.97 10.88 24.55 -
YUV 74.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 3 100 135 0.98 0.26 0 0.47 195.91 0.96 0.27
Hex 3 64 87 62 1A 0 2F C4 60 1B
Octal 3 144 207 142 32 0 57 304 140 33
Binary 11 1100100 10000111 1100010 11010 0 101111 11000100 1100000 11011

Color Harmonies of #036487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036487

Black with #036487

Text Example


Text Example

White with #036487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036487; }

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

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

background-color css

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

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

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

border-color css

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

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

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