Shades of Blue Stone #245E64
Tints of Blue Stone #245E64
RGB
CMYK
RGB Variations
Color information
#245E64 (or 0x245E64) is known color: Blue Stone. HEX triplet: 24, 5E and 64. RGB value is (36,94,100). Sum of RGB (Red+Green+Blue) = 36+94+100=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #245E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E64 is #DBA19B. Grayscale: #4D4D4D. Windows color (decimal): -14393756 or 6577700. OLE color: 6577700.
HSL color Cylindrical-coordinate representation of color #245E64: hue angle of 185.62º 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 #245E64 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 94 | 100 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.61 |
| HSL | 185.63º | 0.47% | 0.27% | - |
| HSV(B) | 185.63º | 0.64% | 0.39% | - |
| XYZ | 7.03 | 9.3 | 13.48 | - |
| YUV | 77.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 100 | 0.64 | 0.06 | 0 | 0.61 | 185.63 | 0.47 | 0.27 |
| Hex | 24 | 5E | 64 | 40 | 6 | 0 | 3D | BA | 2F | 1B |
| Octal | 44 | 136 | 144 | 100 | 6 | 0 | 75 | 272 | 57 | 33 |
| Binary | 100100 | 1011110 | 1100100 | 1000000 | 110 | 0 | 111101 | 10111010 | 101111 | 11011 |
Color Harmonies of #245E64
Complementary color
Monochromatic Colors of #245E64
Black with #245E64
Text Example
Text Example
White with #245E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E64; }
p { color: rgb(36,94,100); }
H1.HeaderClassName
{
color: #245E64;
}
.AnyTagClassName
{
color: #245E64;
}
</style>
background-color css
<style>
a { background-color: #245E64; }
a { background-color: rgb(36,94,100); }
div.DivClassName
{
background-color: #245E64;
}
.BgClassName
{
background-color: #245E64;
}
</style>
border-color css
<style>
span { border-color: #245E64; }
span { border-color: rgb(36,94,100); }
td.TdClassName
{
border-color: #245E64;
}
.TagClassName
{
border-color: #245E64;
}
</style>