Shades of Blue Stone #245F5E
Tints of Blue Stone #245F5E
RGB
CMYK
RGB Variations
Color information
#245F5E (or 0x245F5E) is known color: Blue Stone. HEX triplet: 24, 5F and 5E. RGB value is (36,95,94). Sum of RGB (Red+Green+Blue) = 36+95+94=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #245F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F5E is #DBA0A1. Grayscale: #4D4D4D. Windows color (decimal): -14393506 or 6184740. OLE color: 6184740.
HSL color Cylindrical-coordinate representation of color #245F5E: hue angle of 178.98º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F5E is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 94 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.63 |
| HSL | 178.98º | 0.45% | 0.26% | - |
| HSV(B) | 178.98º | 0.62% | 0.37% | - |
| XYZ | 6.84 | 9.37 | 12.04 | - |
| YUV | 77.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 94 | 0.62 | 0 | 0.01 | 0.63 | 178.98 | 0.45 | 0.26 |
| Hex | 24 | 5F | 5E | 3E | 0 | 1 | 3F | B3 | 2D | 1A |
| Octal | 44 | 137 | 136 | 76 | 0 | 1 | 77 | 263 | 55 | 32 |
| Binary | 100100 | 1011111 | 1011110 | 111110 | 0 | 1 | 111111 | 10110011 | 101101 | 11010 |
Color Harmonies of #245F5E
Complementary color
Monochromatic Colors of #245F5E
Black with #245F5E
Text Example
Text Example
White with #245F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F5E; }
p { color: rgb(36,95,94); }
H1.HeaderClassName
{
color: #245F5E;
}
.AnyTagClassName
{
color: #245F5E;
}
</style>
background-color css
<style>
a { background-color: #245F5E; }
a { background-color: rgb(36,95,94); }
div.DivClassName
{
background-color: #245F5E;
}
.BgClassName
{
background-color: #245F5E;
}
</style>
border-color css
<style>
span { border-color: #245F5E; }
span { border-color: rgb(36,95,94); }
td.TdClassName
{
border-color: #245F5E;
}
.TagClassName
{
border-color: #245F5E;
}
</style>