Shades of Blue Stone #245B62
Tints of Blue Stone #245B62
RGB
CMYK
RGB Variations
Color information
#245B62 (or 0x245B62) is known color: Blue Stone. HEX triplet: 24, 5B and 62. RGB value is (36,91,98). Sum of RGB (Red+Green+Blue) = 36+91+98=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #245B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B62 is #DBA49D. Grayscale: #4B4B4B. Windows color (decimal): -14394526 or 6445860. OLE color: 6445860.
HSL color Cylindrical-coordinate representation of color #245B62: hue angle of 186.77º 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 #245B62 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 91 | 98 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.62 |
| HSL | 186.77º | 0.46% | 0.26% | - |
| HSV(B) | 186.77º | 0.63% | 0.38% | - |
| XYZ | 6.67 | 8.74 | 12.89 | - |
| YUV | 75.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 98 | 0.63 | 0.07 | 0 | 0.62 | 186.77 | 0.46 | 0.26 |
| Hex | 24 | 5B | 62 | 3F | 7 | 0 | 3E | BB | 2E | 1A |
| Octal | 44 | 133 | 142 | 77 | 7 | 0 | 76 | 273 | 56 | 32 |
| Binary | 100100 | 1011011 | 1100010 | 111111 | 111 | 0 | 111110 | 10111011 | 101110 | 11010 |
Color Harmonies of #245B62
Complementary color
Monochromatic Colors of #245B62
Black with #245B62
Text Example
Text Example
White with #245B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B62; }
p { color: rgb(36,91,98); }
H1.HeaderClassName
{
color: #245B62;
}
.AnyTagClassName
{
color: #245B62;
}
</style>
background-color css
<style>
a { background-color: #245B62; }
a { background-color: rgb(36,91,98); }
div.DivClassName
{
background-color: #245B62;
}
.BgClassName
{
background-color: #245B62;
}
</style>
border-color css
<style>
span { border-color: #245B62; }
span { border-color: rgb(36,91,98); }
td.TdClassName
{
border-color: #245B62;
}
.TagClassName
{
border-color: #245B62;
}
</style>