Shades of Blue Stone #245B63
Tints of Blue Stone #245B63
RGB
CMYK
RGB Variations
Color information
#245B63 (or 0x245B63) is known color: Blue Stone. HEX triplet: 24, 5B and 63. RGB value is (36,91,99). Sum of RGB (Red+Green+Blue) = 36+91+99=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #245B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B63 is #DBA49C. Grayscale: #4B4B4B. Windows color (decimal): -14394525 or 6511396. OLE color: 6511396.
HSL color Cylindrical-coordinate representation of color #245B63: hue angle of 187.62º 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 #245B63 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 91 | 99 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.61 |
| HSL | 187.62º | 0.47% | 0.26% | - |
| HSV(B) | 187.62º | 0.64% | 0.39% | - |
| XYZ | 6.72 | 8.76 | 13.14 | - |
| YUV | 75.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 99 | 0.64 | 0.08 | 0 | 0.61 | 187.62 | 0.47 | 0.26 |
| Hex | 24 | 5B | 63 | 40 | 8 | 0 | 3D | BC | 2F | 1A |
| Octal | 44 | 133 | 143 | 100 | 10 | 0 | 75 | 274 | 57 | 32 |
| Binary | 100100 | 1011011 | 1100011 | 1000000 | 1000 | 0 | 111101 | 10111100 | 101111 | 11010 |
Color Harmonies of #245B63
Complementary color
Monochromatic Colors of #245B63
Black with #245B63
Text Example
Text Example
White with #245B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B63; }
p { color: rgb(36,91,99); }
H1.HeaderClassName
{
color: #245B63;
}
.AnyTagClassName
{
color: #245B63;
}
</style>
background-color css
<style>
a { background-color: #245B63; }
a { background-color: rgb(36,91,99); }
div.DivClassName
{
background-color: #245B63;
}
.BgClassName
{
background-color: #245B63;
}
</style>
border-color css
<style>
span { border-color: #245B63; }
span { border-color: rgb(36,91,99); }
td.TdClassName
{
border-color: #245B63;
}
.TagClassName
{
border-color: #245B63;
}
</style>