Shades of Blue Stone #245F64
Tints of Blue Stone #245F64
RGB
CMYK
RGB Variations
Color information
#245F64 (or 0x245F64) is known color: Blue Stone. HEX triplet: 24, 5F and 64. RGB value is (36,95,100). Sum of RGB (Red+Green+Blue) = 36+95+100=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #245F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F64 is #DBA09B. Grayscale: #4D4D4D. Windows color (decimal): -14393500 or 6577956. OLE color: 6577956.
HSL color Cylindrical-coordinate representation of color #245F64: hue angle of 184.69º 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 #245F64 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 95 | 100 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.61 |
| HSL | 184.69º | 0.47% | 0.27% | - |
| HSV(B) | 184.69º | 0.64% | 0.39% | - |
| XYZ | 7.12 | 9.48 | 13.51 | - |
| YUV | 77.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 100 | 0.64 | 0.05 | 0 | 0.61 | 184.69 | 0.47 | 0.27 |
| Hex | 24 | 5F | 64 | 40 | 5 | 0 | 3D | B9 | 2F | 1B |
| Octal | 44 | 137 | 144 | 100 | 5 | 0 | 75 | 271 | 57 | 33 |
| Binary | 100100 | 1011111 | 1100100 | 1000000 | 101 | 0 | 111101 | 10111001 | 101111 | 11011 |
Color Harmonies of #245F64
Complementary color
Monochromatic Colors of #245F64
Black with #245F64
Text Example
Text Example
White with #245F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F64; }
p { color: rgb(36,95,100); }
H1.HeaderClassName
{
color: #245F64;
}
.AnyTagClassName
{
color: #245F64;
}
</style>
background-color css
<style>
a { background-color: #245F64; }
a { background-color: rgb(36,95,100); }
div.DivClassName
{
background-color: #245F64;
}
.BgClassName
{
background-color: #245F64;
}
</style>
border-color css
<style>
span { border-color: #245F64; }
span { border-color: rgb(36,95,100); }
td.TdClassName
{
border-color: #245F64;
}
.TagClassName
{
border-color: #245F64;
}
</style>