Html Css Color HEX #408B87 Blue Chill

📋 copy color: '#408B87'

red 64 ◦ green 139 ◦ blue 135

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

Shades of Blue Chill #408B87

Tints of Blue Chill #408B87

RGB

 RED value IS 64 (25.39% from 255) = 18.93%

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 18.93%
G = 41.12%
B = 39.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#408B87 (or 0x408B87) is known color: Blue Chill. HEX triplet: 40, 8B and 87. RGB value is (64,139,135). Sum of RGB (Red+Green+Blue) = 64+139+135=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #408B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B87 is #BF7478. Grayscale: #747474. Windows color (decimal): -12547193 or 8883008. OLE color: 8883008.

HSL color Cylindrical-coordinate representation of color #408B87: hue angle of 176.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B87 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 135 -
CMYK 0.54 0 0.03 0.45
HSL 176.8º 0.37% 0.4% -
HSV(B) 176.8º 0.54% 0.55% -
XYZ 15.72 21.3 26.21 -
YUV 116.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 64 139 135 0.54 0 0.03 0.45 176.8 0.37 0.4
Hex 40 8B 87 36 0 3 2D B1 25 28
Octal 100 213 207 66 0 3 55 261 45 50
Binary 1000000 10001011 10000111 110110 0 11 101101 10110001 100101 101000

Color Harmonies of #408B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B87

Black with #408B87

Text Example


Text Example

White with #408B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B87; }

 p { color: rgb(64,139,135); }

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

background-color css

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

 a { background-color: rgb(64,139,135); }

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

border-color css

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

 span { border-color: rgb(64,139,135); }

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