Shades of Blue Chill #40989B
Tints of Blue Chill #40989B
RGB
CMYK
RGB Variations
Color information
#40989B (or 0x40989B) is known color: Blue Chill. HEX triplet: 40, 98 and 9B. RGB value is (64,152,155). Sum of RGB (Red+Green+Blue) = 64+152+155=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #40989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40989B is #BF6764. Grayscale: #7D7D7D. Windows color (decimal): -12543845 or 10197056. OLE color: 10197056.
HSL color Cylindrical-coordinate representation of color #40989B: hue angle of 181.98º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40989B is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 152 | 155 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.39 |
| HSL | 181.98º | 0.42% | 0.43% | - |
| HSV(B) | 181.98º | 0.59% | 0.61% | - |
| XYZ | 19.26 | 25.91 | 35 | - |
| YUV | 126.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 155 | 0.59 | 0.02 | 0 | 0.39 | 181.98 | 0.42 | 0.43 |
| Hex | 40 | 98 | 9B | 3B | 2 | 0 | 27 | B6 | 2A | 2B |
| Octal | 100 | 230 | 233 | 73 | 2 | 0 | 47 | 266 | 52 | 53 |
| Binary | 1000000 | 10011000 | 10011011 | 111011 | 10 | 0 | 100111 | 10110110 | 101010 | 101011 |
Color Harmonies of #40989B
Complementary color
Monochromatic Colors of #40989B
Black with #40989B
Text Example
Text Example
White with #40989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40989B; }
p { color: rgb(64,152,155); }
H1.HeaderClassName
{
color: #40989B;
}
.AnyTagClassName
{
color: #40989B;
}
</style>
background-color css
<style>
a { background-color: #40989B; }
a { background-color: rgb(64,152,155); }
div.DivClassName
{
background-color: #40989B;
}
.BgClassName
{
background-color: #40989B;
}
</style>
border-color css
<style>
span { border-color: #40989B; }
span { border-color: rgb(64,152,155); }
td.TdClassName
{
border-color: #40989B;
}
.TagClassName
{
border-color: #40989B;
}
</style>