Shades of Blue Chill #40908D
Tints of Blue Chill #40908D
RGB
CMYK
RGB Variations
Color information
#40908D (or 0x40908D) is known color: Blue Chill. HEX triplet: 40, 90 and 8D. RGB value is (64,144,141). Sum of RGB (Red+Green+Blue) = 64+144+141=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #40908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40908D is #BF6F72. Grayscale: #777777. Windows color (decimal): -12545907 or 9277504. OLE color: 9277504.
HSL color Cylindrical-coordinate representation of color #40908D: hue angle of 177.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 #40908D is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 141 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.44 |
| HSL | 177.75º | 0.38% | 0.41% | - |
| HSV(B) | 177.75º | 0.56% | 0.56% | - |
| XYZ | 16.9 | 22.96 | 28.74 | - |
| YUV | 119.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 141 | 0.56 | 0 | 0.02 | 0.44 | 177.75 | 0.38 | 0.41 |
| Hex | 40 | 90 | 8D | 38 | 0 | 2 | 2C | B2 | 26 | 29 |
| Octal | 100 | 220 | 215 | 70 | 0 | 2 | 54 | 262 | 46 | 51 |
| Binary | 1000000 | 10010000 | 10001101 | 111000 | 0 | 10 | 101100 | 10110010 | 100110 | 101001 |
Color Harmonies of #40908D
Complementary color
Monochromatic Colors of #40908D
Black with #40908D
Text Example
Text Example
White with #40908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40908D; }
p { color: rgb(64,144,141); }
H1.HeaderClassName
{
color: #40908D;
}
.AnyTagClassName
{
color: #40908D;
}
</style>
background-color css
<style>
a { background-color: #40908D; }
a { background-color: rgb(64,144,141); }
div.DivClassName
{
background-color: #40908D;
}
.BgClassName
{
background-color: #40908D;
}
</style>
border-color css
<style>
span { border-color: #40908D; }
span { border-color: rgb(64,144,141); }
td.TdClassName
{
border-color: #40908D;
}
.TagClassName
{
border-color: #40908D;
}
</style>