Shades of Blue Stone #245D64
Tints of Blue Stone #245D64
RGB
CMYK
RGB Variations
Color information
#245D64 (or 0x245D64) is known color: Blue Stone. HEX triplet: 24, 5D and 64. RGB value is (36,93,100). Sum of RGB (Red+Green+Blue) = 36+93+100=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #245D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D64 is #DBA29B. Grayscale: #4C4C4C. Windows color (decimal): -14394012 or 6577444. OLE color: 6577444.
HSL color Cylindrical-coordinate representation of color #245D64: hue angle of 186.56º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245D64 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 93 | 100 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.61 |
| HSL | 186.56º | 0.47% | 0.27% | - |
| HSV(B) | 186.56º | 0.64% | 0.39% | - |
| XYZ | 6.94 | 9.12 | 13.45 | - |
| YUV | 76.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 100 | 0.64 | 0.07 | 0 | 0.61 | 186.56 | 0.47 | 0.27 |
| Hex | 24 | 5D | 64 | 40 | 7 | 0 | 3D | BB | 2F | 1B |
| Octal | 44 | 135 | 144 | 100 | 7 | 0 | 75 | 273 | 57 | 33 |
| Binary | 100100 | 1011101 | 1100100 | 1000000 | 111 | 0 | 111101 | 10111011 | 101111 | 11011 |
Color Harmonies of #245D64
Complementary color
Monochromatic Colors of #245D64
Black with #245D64
Text Example
Text Example
White with #245D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D64; }
p { color: rgb(36,93,100); }
H1.HeaderClassName
{
color: #245D64;
}
.AnyTagClassName
{
color: #245D64;
}
</style>
background-color css
<style>
a { background-color: #245D64; }
a { background-color: rgb(36,93,100); }
div.DivClassName
{
background-color: #245D64;
}
.BgClassName
{
background-color: #245D64;
}
</style>
border-color css
<style>
span { border-color: #245D64; }
span { border-color: rgb(36,93,100); }
td.TdClassName
{
border-color: #245D64;
}
.TagClassName
{
border-color: #245D64;
}
</style>