Html Css Color HEX #408790 Blue Chill

📋 copy color: '#408790'

red 64 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #408790

Tints of Blue Chill #408790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 18.66%
G = 39.36%
B = 41.98%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408790 (or 0x408790) is known color: Blue Chill. HEX triplet: 40, 87 and 90. RGB value is (64,135,144). Sum of RGB (Red+Green+Blue) = 64+135+144=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #408790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408790 is #BF786F. Grayscale: #727272. Windows color (decimal): -12548208 or 9471808. OLE color: 9471808.

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

Color convert

RGB 64 135 144 -
CMYK 0.56 0.06 0 0.44
HSL 186.75º 0.38% 0.41% -
HSV(B) 186.75º 0.56% 0.56% -
XYZ 15.81 20.43 29.5 -
YUV 114.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 64 135 144 0.56 0.06 0 0.44 186.75 0.38 0.41
Hex 40 87 90 38 6 0 2C BB 26 29
Octal 100 207 220 70 6 0 54 273 46 51
Binary 1000000 10000111 10010000 111000 110 0 101100 10111011 100110 101001

Color Harmonies of #408790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408790

Black with #408790

Text Example


Text Example

White with #408790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408790; }

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

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

background-color css

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

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

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

border-color css

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

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

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