Shades of Blue Stone #245C62
Tints of Blue Stone #245C62
RGB
CMYK
RGB Variations
Color information
#245C62 (or 0x245C62) is known color: Blue Stone. HEX triplet: 24, 5C and 62. RGB value is (36,92,98). Sum of RGB (Red+Green+Blue) = 36+92+98=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #245C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C62 is #DBA39D. Grayscale: #4B4B4B. Windows color (decimal): -14394270 or 6446116. OLE color: 6446116.
HSL color Cylindrical-coordinate representation of color #245C62: hue angle of 185.81º 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 #245C62 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 92 | 98 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.62 |
| HSL | 185.81º | 0.46% | 0.26% | - |
| HSV(B) | 185.81º | 0.63% | 0.38% | - |
| XYZ | 6.76 | 8.91 | 12.92 | - |
| YUV | 75.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 98 | 0.63 | 0.06 | 0 | 0.62 | 185.81 | 0.46 | 0.26 |
| Hex | 24 | 5C | 62 | 3F | 6 | 0 | 3E | BA | 2E | 1A |
| Octal | 44 | 134 | 142 | 77 | 6 | 0 | 76 | 272 | 56 | 32 |
| Binary | 100100 | 1011100 | 1100010 | 111111 | 110 | 0 | 111110 | 10111010 | 101110 | 11010 |
Color Harmonies of #245C62
Complementary color
Monochromatic Colors of #245C62
Black with #245C62
Text Example
Text Example
White with #245C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C62; }
p { color: rgb(36,92,98); }
H1.HeaderClassName
{
color: #245C62;
}
.AnyTagClassName
{
color: #245C62;
}
</style>
background-color css
<style>
a { background-color: #245C62; }
a { background-color: rgb(36,92,98); }
div.DivClassName
{
background-color: #245C62;
}
.BgClassName
{
background-color: #245C62;
}
</style>
border-color css
<style>
span { border-color: #245C62; }
span { border-color: rgb(36,92,98); }
td.TdClassName
{
border-color: #245C62;
}
.TagClassName
{
border-color: #245C62;
}
</style>