Shades of Blue Stone #245D66
Tints of Blue Stone #245D66
RGB
CMYK
RGB Variations
Color information
#245D66 (or 0x245D66) is known color: Blue Stone. HEX triplet: 24, 5D and 66. RGB value is (36,93,102). Sum of RGB (Red+Green+Blue) = 36+93+102=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #245D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D66 is #DBA299. Grayscale: #4C4C4C. Windows color (decimal): -14394010 or 6708516. OLE color: 6708516.
HSL color Cylindrical-coordinate representation of color #245D66: hue angle of 188.18º 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 #245D66 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 93 | 102 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.6 |
| HSL | 188.18º | 0.48% | 0.27% | - |
| HSV(B) | 188.18º | 0.65% | 0.4% | - |
| XYZ | 7.04 | 9.16 | 13.97 | - |
| YUV | 76.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 102 | 0.65 | 0.09 | 0 | 0.6 | 188.18 | 0.48 | 0.27 |
| Hex | 24 | 5D | 66 | 41 | 9 | 0 | 3C | BC | 30 | 1B |
| Octal | 44 | 135 | 146 | 101 | 11 | 0 | 74 | 274 | 60 | 33 |
| Binary | 100100 | 1011101 | 1100110 | 1000001 | 1001 | 0 | 111100 | 10111100 | 110000 | 11011 |
Color Harmonies of #245D66
Complementary color
Monochromatic Colors of #245D66
Black with #245D66
Text Example
Text Example
White with #245D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D66; }
p { color: rgb(36,93,102); }
H1.HeaderClassName
{
color: #245D66;
}
.AnyTagClassName
{
color: #245D66;
}
</style>
background-color css
<style>
a { background-color: #245D66; }
a { background-color: rgb(36,93,102); }
div.DivClassName
{
background-color: #245D66;
}
.BgClassName
{
background-color: #245D66;
}
</style>
border-color css
<style>
span { border-color: #245D66; }
span { border-color: rgb(36,93,102); }
td.TdClassName
{
border-color: #245D66;
}
.TagClassName
{
border-color: #245D66;
}
</style>