Html Css Color HEX #408A89 Blue Chill

📋 copy color: '#408A89'

red 64 ◦ green 138 ◦ blue 137

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

Shades of Blue Chill #408A89

Tints of Blue Chill #408A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 18.88%
G = 40.71%
B = 40.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#408A89 (or 0x408A89) is known color: Blue Chill. HEX triplet: 40, 8A and 89. RGB value is (64,138,137). Sum of RGB (Red+Green+Blue) = 64+138+137=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #408A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A89 is #BF7576. Grayscale: #737373. Windows color (decimal): -12547447 or 9013824. OLE color: 9013824.

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

Color convert

RGB 64 138 137 -
CMYK 0.54 0 0.01 0.46
HSL 179.19º 0.37% 0.4% -
HSV(B) 179.19º 0.54% 0.54% -
XYZ 15.72 21.07 26.91 -
YUV 115.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 64 138 137 0.54 0 0.01 0.46 179.19 0.37 0.4
Hex 40 8A 89 36 0 1 2E B3 25 28
Octal 100 212 211 66 0 1 56 263 45 50
Binary 1000000 10001010 10001001 110110 0 1 101110 10110011 100101 101000

Color Harmonies of #408A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A89

Black with #408A89

Text Example


Text Example

White with #408A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,137); }

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

background-color css

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

 a { background-color: rgb(64,138,137); }

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

border-color css

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

 span { border-color: rgb(64,138,137); }

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