Html Css Color HEX #408990 Blue Chill

📋 copy color: '#408990'

red 64 ◦ green 137 ◦ blue 144

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

Shades of Blue Chill #408990

Tints of Blue Chill #408990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 18.55%
G = 39.71%
B = 41.74%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408990 (or 0x408990) is known color: Blue Chill. HEX triplet: 40, 89 and 90. RGB value is (64,137,144). Sum of RGB (Red+Green+Blue) = 64+137+144=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #408990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408990 is #BF766F. Grayscale: #737373. Windows color (decimal): -12547696 or 9472320. OLE color: 9472320.

HSL color Cylindrical-coordinate representation of color #408990: hue angle of 185.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408990 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 137 144 -
CMYK 0.56 0.05 0 0.44
HSL 185.25º 0.38% 0.41% -
HSV(B) 185.25º 0.56% 0.56% -
XYZ 16.09 20.99 29.59 -
YUV 115.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 64 137 144 0.56 0.05 0 0.44 185.25 0.38 0.41
Hex 40 89 90 38 5 0 2C B9 26 29
Octal 100 211 220 70 5 0 54 271 46 51
Binary 1000000 10001001 10010000 111000 101 0 101100 10111001 100110 101001

Color Harmonies of #408990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408990

Black with #408990

Text Example


Text Example

White with #408990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408990; }

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

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

background-color css

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

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

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

border-color css

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

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

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