Shades of Blumine #24606C
Tints of Blumine #24606C
RGB
CMYK
RGB Variations
Color information
#24606C (or 0x24606C) is known color: Blumine. HEX triplet: 24, 60 and 6C. RGB value is (36,96,108). Sum of RGB (Red+Green+Blue) = 36+96+108=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #24606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606C is #DB9F93. Grayscale: #4F4F4F. Windows color (decimal): -14393236 or 7102500. OLE color: 7102500.
HSL color Cylindrical-coordinate representation of color #24606C: hue angle of 190º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24606C is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 96 | 108 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.58 |
| HSL | 190º | 0.5% | 0.28% | - |
| HSV(B) | 190º | 0.67% | 0.42% | - |
| XYZ | 7.62 | 9.82 | 15.68 | - |
| YUV | 79.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 108 | 0.67 | 0.11 | 0 | 0.58 | 190 | 0.5 | 0.28 |
| Hex | 24 | 60 | 6C | 43 | B | 0 | 3A | BE | 32 | 1C |
| Octal | 44 | 140 | 154 | 103 | 13 | 0 | 72 | 276 | 62 | 34 |
| Binary | 100100 | 1100000 | 1101100 | 1000011 | 1011 | 0 | 111010 | 10111110 | 110010 | 11100 |
Color Harmonies of #24606C
Complementary color
Monochromatic Colors of #24606C
Black with #24606C
Text Example
Text Example
White with #24606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24606C; }
p { color: rgb(36,96,108); }
H1.HeaderClassName
{
color: #24606C;
}
.AnyTagClassName
{
color: #24606C;
}
</style>
background-color css
<style>
a { background-color: #24606C; }
a { background-color: rgb(36,96,108); }
div.DivClassName
{
background-color: #24606C;
}
.BgClassName
{
background-color: #24606C;
}
</style>
border-color css
<style>
span { border-color: #24606C; }
span { border-color: rgb(36,96,108); }
td.TdClassName
{
border-color: #24606C;
}
.TagClassName
{
border-color: #24606C;
}
</style>