Shades of Blue Stone #245C5F
Tints of Blue Stone #245C5F
RGB
CMYK
RGB Variations
Color information
#245C5F (or 0x245C5F) is known color: Blue Stone. HEX triplet: 24, 5C and 5F. RGB value is (36,92,95). Sum of RGB (Red+Green+Blue) = 36+92+95=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #245C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C5F is #DBA3A0. Grayscale: #4B4B4B. Windows color (decimal): -14394273 or 6249508. OLE color: 6249508.
HSL color Cylindrical-coordinate representation of color #245C5F: hue angle of 183.05º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245C5F is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 92 | 95 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.63 |
| HSL | 183.05º | 0.45% | 0.26% | - |
| HSV(B) | 183.05º | 0.62% | 0.37% | - |
| XYZ | 6.62 | 8.86 | 12.19 | - |
| YUV | 75.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 95 | 0.62 | 0.03 | 0 | 0.63 | 183.05 | 0.45 | 0.26 |
| Hex | 24 | 5C | 5F | 3E | 3 | 0 | 3F | B7 | 2D | 1A |
| Octal | 44 | 134 | 137 | 76 | 3 | 0 | 77 | 267 | 55 | 32 |
| Binary | 100100 | 1011100 | 1011111 | 111110 | 11 | 0 | 111111 | 10110111 | 101101 | 11010 |
Color Harmonies of #245C5F
Complementary color
Monochromatic Colors of #245C5F
Black with #245C5F
Text Example
Text Example
White with #245C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C5F; }
p { color: rgb(36,92,95); }
H1.HeaderClassName
{
color: #245C5F;
}
.AnyTagClassName
{
color: #245C5F;
}
</style>
background-color css
<style>
a { background-color: #245C5F; }
a { background-color: rgb(36,92,95); }
div.DivClassName
{
background-color: #245C5F;
}
.BgClassName
{
background-color: #245C5F;
}
</style>
border-color css
<style>
span { border-color: #245C5F; }
span { border-color: rgb(36,92,95); }
td.TdClassName
{
border-color: #245C5F;
}
.TagClassName
{
border-color: #245C5F;
}
</style>