Shades of Blue Chill #40989D
Tints of Blue Chill #40989D
RGB
CMYK
RGB Variations
Color information
#40989D (or 0x40989D) is known color: Blue Chill. HEX triplet: 40, 98 and 9D. RGB value is (64,152,157). Sum of RGB (Red+Green+Blue) = 64+152+157=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #40989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40989D is #BF6762. Grayscale: #7E7E7E. Windows color (decimal): -12543843 or 10328128. OLE color: 10328128.
HSL color Cylindrical-coordinate representation of color #40989D: hue angle of 183.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40989D is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 152 | 157 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.38 |
| HSL | 183.23º | 0.42% | 0.43% | - |
| HSV(B) | 183.23º | 0.59% | 0.62% | - |
| XYZ | 19.43 | 25.98 | 35.89 | - |
| YUV | 126.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 157 | 0.59 | 0.03 | 0 | 0.38 | 183.23 | 0.42 | 0.43 |
| Hex | 40 | 98 | 9D | 3B | 3 | 0 | 26 | B7 | 2A | 2B |
| Octal | 100 | 230 | 235 | 73 | 3 | 0 | 46 | 267 | 52 | 53 |
| Binary | 1000000 | 10011000 | 10011101 | 111011 | 11 | 0 | 100110 | 10110111 | 101010 | 101011 |
Color Harmonies of #40989D
Complementary color
Monochromatic Colors of #40989D
Black with #40989D
Text Example
Text Example
White with #40989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40989D; }
p { color: rgb(64,152,157); }
H1.HeaderClassName
{
color: #40989D;
}
.AnyTagClassName
{
color: #40989D;
}
</style>
background-color css
<style>
a { background-color: #40989D; }
a { background-color: rgb(64,152,157); }
div.DivClassName
{
background-color: #40989D;
}
.BgClassName
{
background-color: #40989D;
}
</style>
border-color css
<style>
span { border-color: #40989D; }
span { border-color: rgb(64,152,157); }
td.TdClassName
{
border-color: #40989D;
}
.TagClassName
{
border-color: #40989D;
}
</style>