Html Css Color HEX #408994 Blue Chill

📋 copy color: '#408994'

red 64 ◦ green 137 ◦ blue 148

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

Shades of Blue Chill #408994

Tints of Blue Chill #408994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 18.34%
G = 39.26%
B = 42.41%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408994 (or 0x408994) is known color: Blue Chill. HEX triplet: 40, 89 and 94. RGB value is (64,137,148). Sum of RGB (Red+Green+Blue) = 64+137+148=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #408994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408994 is #BF766B. Grayscale: #747474. Windows color (decimal): -12547692 or 9734464. OLE color: 9734464.

HSL color Cylindrical-coordinate representation of color #408994: hue angle of 187.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408994 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 137 148 -
CMYK 0.57 0.07 0 0.42
HSL 187.86º 0.4% 0.42% -
HSV(B) 187.86º 0.57% 0.58% -
XYZ 16.41 21.12 31.23 -
YUV 116.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 64 137 148 0.57 0.07 0 0.42 187.86 0.4 0.42
Hex 40 89 94 39 7 0 2A BC 28 2A
Octal 100 211 224 71 7 0 52 274 50 52
Binary 1000000 10001001 10010100 111001 111 0 101010 10111100 101000 101010

Color Harmonies of #408994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408994

Black with #408994

Text Example


Text Example

White with #408994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408994; }

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

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

background-color css

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

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

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

border-color css

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

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

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