Shades of Blue Stone #245F62
Tints of Blue Stone #245F62
RGB
CMYK
RGB Variations
Color information
#245F62 (or 0x245F62) is known color: Blue Stone. HEX triplet: 24, 5F and 62. RGB value is (36,95,98). Sum of RGB (Red+Green+Blue) = 36+95+98=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #245F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F62 is #DBA09D. Grayscale: #4D4D4D. Windows color (decimal): -14393502 or 6446884. OLE color: 6446884.
HSL color Cylindrical-coordinate representation of color #245F62: hue angle of 182.9º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245F62 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 95 | 98 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.62 |
| HSL | 182.9º | 0.46% | 0.26% | - |
| HSV(B) | 182.9º | 0.63% | 0.38% | - |
| XYZ | 7.02 | 9.44 | 13.01 | - |
| YUV | 77.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 98 | 0.63 | 0.03 | 0 | 0.62 | 182.9 | 0.46 | 0.26 |
| Hex | 24 | 5F | 62 | 3F | 3 | 0 | 3E | B7 | 2E | 1A |
| Octal | 44 | 137 | 142 | 77 | 3 | 0 | 76 | 267 | 56 | 32 |
| Binary | 100100 | 1011111 | 1100010 | 111111 | 11 | 0 | 111110 | 10110111 | 101110 | 11010 |
Color Harmonies of #245F62
Complementary color
Monochromatic Colors of #245F62
Black with #245F62
Text Example
Text Example
White with #245F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F62; }
p { color: rgb(36,95,98); }
H1.HeaderClassName
{
color: #245F62;
}
.AnyTagClassName
{
color: #245F62;
}
</style>
background-color css
<style>
a { background-color: #245F62; }
a { background-color: rgb(36,95,98); }
div.DivClassName
{
background-color: #245F62;
}
.BgClassName
{
background-color: #245F62;
}
</style>
border-color css
<style>
span { border-color: #245F62; }
span { border-color: rgb(36,95,98); }
td.TdClassName
{
border-color: #245F62;
}
.TagClassName
{
border-color: #245F62;
}
</style>