Shades of Blumine #245E68
Tints of Blumine #245E68
RGB
CMYK
RGB Variations
Color information
#245E68 (or 0x245E68) is known color: Blumine. HEX triplet: 24, 5E and 68. RGB value is (36,94,104). Sum of RGB (Red+Green+Blue) = 36+94+104=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #245E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E68 is #DBA197. Grayscale: #4D4D4D. Windows color (decimal): -14393752 or 6839844. OLE color: 6839844.
HSL color Cylindrical-coordinate representation of color #245E68: hue angle of 188.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245E68 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 94 | 104 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.59 |
| HSL | 188.82º | 0.49% | 0.27% | - |
| HSV(B) | 188.82º | 0.65% | 0.41% | - |
| XYZ | 7.23 | 9.38 | 14.53 | - |
| YUV | 77.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 104 | 0.65 | 0.10 | 0 | 0.59 | 188.82 | 0.49 | 0.27 |
| Hex | 24 | 5E | 68 | 41 | A | 0 | 3B | BD | 31 | 1B |
| Octal | 44 | 136 | 150 | 101 | 12 | 0 | 73 | 275 | 61 | 33 |
| Binary | 100100 | 1011110 | 1101000 | 1000001 | 1010 | 0 | 111011 | 10111101 | 110001 | 11011 |
Color Harmonies of #245E68
Complementary color
Monochromatic Colors of #245E68
Black with #245E68
Text Example
Text Example
White with #245E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E68; }
p { color: rgb(36,94,104); }
H1.HeaderClassName
{
color: #245E68;
}
.AnyTagClassName
{
color: #245E68;
}
</style>
background-color css
<style>
a { background-color: #245E68; }
a { background-color: rgb(36,94,104); }
div.DivClassName
{
background-color: #245E68;
}
.BgClassName
{
background-color: #245E68;
}
</style>
border-color css
<style>
span { border-color: #245E68; }
span { border-color: rgb(36,94,104); }
td.TdClassName
{
border-color: #245E68;
}
.TagClassName
{
border-color: #245E68;
}
</style>