Shades of Blumine #245F6B
Tints of Blumine #245F6B
RGB
CMYK
RGB Variations
Color information
#245F6B (or 0x245F6B) is known color: Blumine. HEX triplet: 24, 5F and 6B. RGB value is (36,95,107). Sum of RGB (Red+Green+Blue) = 36+95+107=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #245F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6B is #DBA094. Grayscale: #4E4E4E. Windows color (decimal): -14393493 or 7036708. OLE color: 7036708.
HSL color Cylindrical-coordinate representation of color #245F6B: hue angle of 190.14º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245F6B is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 95 | 107 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.58 |
| HSL | 190.14º | 0.5% | 0.28% | - |
| HSV(B) | 190.14º | 0.66% | 0.42% | - |
| XYZ | 7.47 | 9.62 | 15.37 | - |
| YUV | 78.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 107 | 0.66 | 0.11 | 0 | 0.58 | 190.14 | 0.5 | 0.28 |
| Hex | 24 | 5F | 6B | 42 | B | 0 | 3A | BE | 32 | 1C |
| Octal | 44 | 137 | 153 | 102 | 13 | 0 | 72 | 276 | 62 | 34 |
| Binary | 100100 | 1011111 | 1101011 | 1000010 | 1011 | 0 | 111010 | 10111110 | 110010 | 11100 |
Color Harmonies of #245F6B
Complementary color
Monochromatic Colors of #245F6B
Black with #245F6B
Text Example
Text Example
White with #245F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F6B; }
p { color: rgb(36,95,107); }
H1.HeaderClassName
{
color: #245F6B;
}
.AnyTagClassName
{
color: #245F6B;
}
</style>
background-color css
<style>
a { background-color: #245F6B; }
a { background-color: rgb(36,95,107); }
div.DivClassName
{
background-color: #245F6B;
}
.BgClassName
{
background-color: #245F6B;
}
</style>
border-color css
<style>
span { border-color: #245F6B; }
span { border-color: rgb(36,95,107); }
td.TdClassName
{
border-color: #245F6B;
}
.TagClassName
{
border-color: #245F6B;
}
</style>