Shades of Blumine #245F6C
Tints of Blumine #245F6C
RGB
CMYK
RGB Variations
Color information
#245F6C (or 0x245F6C) is known color: Blumine. HEX triplet: 24, 5F and 6C. RGB value is (36,95,108). Sum of RGB (Red+Green+Blue) = 36+95+108=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #245F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6C is #DBA093. Grayscale: #4E4E4E. Windows color (decimal): -14393492 or 7102244. OLE color: 7102244.
HSL color Cylindrical-coordinate representation of color #245F6C: hue angle of 190.83º 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 #245F6C is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 95 | 108 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.58 |
| HSL | 190.83º | 0.5% | 0.28% | - |
| HSV(B) | 190.83º | 0.67% | 0.42% | - |
| XYZ | 7.53 | 9.64 | 15.65 | - |
| YUV | 78.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 108 | 0.67 | 0.12 | 0 | 0.58 | 190.83 | 0.5 | 0.28 |
| Hex | 24 | 5F | 6C | 43 | C | 0 | 3A | BF | 32 | 1C |
| Octal | 44 | 137 | 154 | 103 | 14 | 0 | 72 | 277 | 62 | 34 |
| Binary | 100100 | 1011111 | 1101100 | 1000011 | 1100 | 0 | 111010 | 10111111 | 110010 | 11100 |
Color Harmonies of #245F6C
Complementary color
Monochromatic Colors of #245F6C
Black with #245F6C
Text Example
Text Example
White with #245F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F6C; }
p { color: rgb(36,95,108); }
H1.HeaderClassName
{
color: #245F6C;
}
.AnyTagClassName
{
color: #245F6C;
}
</style>
background-color css
<style>
a { background-color: #245F6C; }
a { background-color: rgb(36,95,108); }
div.DivClassName
{
background-color: #245F6C;
}
.BgClassName
{
background-color: #245F6C;
}
</style>
border-color css
<style>
span { border-color: #245F6C; }
span { border-color: rgb(36,95,108); }
td.TdClassName
{
border-color: #245F6C;
}
.TagClassName
{
border-color: #245F6C;
}
</style>