Html Css Color HEX #408590 Blue Chill

📋 copy color: '#408590'

red 64 ◦ green 133 ◦ blue 144

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

Shades of Blue Chill #408590

Tints of Blue Chill #408590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 18.77%
G = 39%
B = 42.23%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408590 (or 0x408590) is known color: Blue Chill. HEX triplet: 40, 85 and 90. RGB value is (64,133,144). Sum of RGB (Red+Green+Blue) = 64+133+144=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #408590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408590 is #BF7A6F. Grayscale: #717171. Windows color (decimal): -12548720 or 9471296. OLE color: 9471296.

HSL color Cylindrical-coordinate representation of color #408590: hue angle of 188.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 #408590 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 133 144 -
CMYK 0.56 0.08 0 0.44
HSL 188.25º 0.38% 0.41% -
HSV(B) 188.25º 0.56% 0.56% -
XYZ 15.54 19.88 29.4 -
YUV 113.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 64 133 144 0.56 0.08 0 0.44 188.25 0.38 0.41
Hex 40 85 90 38 8 0 2C BC 26 29
Octal 100 205 220 70 10 0 54 274 46 51
Binary 1000000 10000101 10010000 111000 1000 0 101100 10111100 100110 101001

Color Harmonies of #408590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408590

Black with #408590

Text Example


Text Example

White with #408590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408590; }

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

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

background-color css

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

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

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

border-color css

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

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

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