Shades of Blue Stone #245E66
Tints of Blue Stone #245E66
RGB
CMYK
RGB Variations
Color information
#245E66 (or 0x245E66) is known color: Blue Stone. HEX triplet: 24, 5E and 66. RGB value is (36,94,102). Sum of RGB (Red+Green+Blue) = 36+94+102=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #245E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E66 is #DBA199. Grayscale: #4D4D4D. Windows color (decimal): -14393754 or 6708772. OLE color: 6708772.
HSL color Cylindrical-coordinate representation of color #245E66: hue angle of 187.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245E66 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 94 | 102 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.6 |
| HSL | 187.27º | 0.48% | 0.27% | - |
| HSV(B) | 187.27º | 0.65% | 0.4% | - |
| XYZ | 7.13 | 9.34 | 14 | - |
| YUV | 77.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 102 | 0.65 | 0.08 | 0 | 0.6 | 187.27 | 0.48 | 0.27 |
| Hex | 24 | 5E | 66 | 41 | 8 | 0 | 3C | BB | 30 | 1B |
| Octal | 44 | 136 | 146 | 101 | 10 | 0 | 74 | 273 | 60 | 33 |
| Binary | 100100 | 1011110 | 1100110 | 1000001 | 1000 | 0 | 111100 | 10111011 | 110000 | 11011 |
Color Harmonies of #245E66
Complementary color
Monochromatic Colors of #245E66
Black with #245E66
Text Example
Text Example
White with #245E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E66; }
p { color: rgb(36,94,102); }
H1.HeaderClassName
{
color: #245E66;
}
.AnyTagClassName
{
color: #245E66;
}
</style>
background-color css
<style>
a { background-color: #245E66; }
a { background-color: rgb(36,94,102); }
div.DivClassName
{
background-color: #245E66;
}
.BgClassName
{
background-color: #245E66;
}
</style>
border-color css
<style>
span { border-color: #245E66; }
span { border-color: rgb(36,94,102); }
td.TdClassName
{
border-color: #245E66;
}
.TagClassName
{
border-color: #245E66;
}
</style>