#408D98

Color #408D98 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #408D98

Tints of Blue Chill #408D98

Color information

#408D98 (or 0x408D98) is unknown color: approx Blue Chill. HEX triplet: 40, 8D and 98. RGB value is (64,141,152). Sum of RGB (Red+Green+Blue) = 64+141+152=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #408D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D98 is #BF7267. Grayscale: #777777. Windows color (decimal): -12546664 or 9997632. OLE color: 9997632.

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

Color convert

RGB64141152-
CMYK0.580.0700.40
HSL187.5º40.74%42.35%-
HSV(B)187.5º57.89%59.61%-
XYZ17.3122.4133.12-
YUV119.23146.4988.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=17.93%
G=39.50%
B=42.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641411520.580.0700.40187.540.7442.35
Hex408D983A7028bc292a
Octal1002152307270502745152
Binary10000001000110110011000111010111010100010111100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,152); }

 H1.HeaderClassName
 {
   color: #408D98;
 }
 .AnyTagClassName
 {
   color: #408D98;
 }
</style>
background-color css

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

 a { background-color: rgb(64,141,152); }

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

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

 span { border-color: rgb(64,141,152); }

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