Shades of Blue Stone #245F63
Tints of Blue Stone #245F63
RGB
CMYK
RGB Variations
Color information
#245F63 (or 0x245F63) is known color: Blue Stone. HEX triplet: 24, 5F and 63. RGB value is (36,95,99). Sum of RGB (Red+Green+Blue) = 36+95+99=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #245F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F63 is #DBA09C. Grayscale: #4D4D4D. Windows color (decimal): -14393501 or 6512420. OLE color: 6512420.
HSL color Cylindrical-coordinate representation of color #245F63: hue angle of 183.81º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245F63 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 95 | 99 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.61 |
| HSL | 183.81º | 0.47% | 0.26% | - |
| HSV(B) | 183.81º | 0.64% | 0.39% | - |
| XYZ | 7.07 | 9.46 | 13.26 | - |
| YUV | 77.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 99 | 0.64 | 0.04 | 0 | 0.61 | 183.81 | 0.47 | 0.26 |
| Hex | 24 | 5F | 63 | 40 | 4 | 0 | 3D | B8 | 2F | 1A |
| Octal | 44 | 137 | 143 | 100 | 4 | 0 | 75 | 270 | 57 | 32 |
| Binary | 100100 | 1011111 | 1100011 | 1000000 | 100 | 0 | 111101 | 10111000 | 101111 | 11010 |
Color Harmonies of #245F63
Complementary color
Monochromatic Colors of #245F63
Black with #245F63
Text Example
Text Example
White with #245F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F63; }
p { color: rgb(36,95,99); }
H1.HeaderClassName
{
color: #245F63;
}
.AnyTagClassName
{
color: #245F63;
}
</style>
background-color css
<style>
a { background-color: #245F63; }
a { background-color: rgb(36,95,99); }
div.DivClassName
{
background-color: #245F63;
}
.BgClassName
{
background-color: #245F63;
}
</style>
border-color css
<style>
span { border-color: #245F63; }
span { border-color: rgb(36,95,99); }
td.TdClassName
{
border-color: #245F63;
}
.TagClassName
{
border-color: #245F63;
}
</style>