Shades of Blue Stone #245E65
Tints of Blue Stone #245E65
RGB
CMYK
RGB Variations
Color information
#245E65 (or 0x245E65) is known color: Blue Stone. HEX triplet: 24, 5E and 65. RGB value is (36,94,101). Sum of RGB (Red+Green+Blue) = 36+94+101=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #245E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E65 is #DBA19A. Grayscale: #4D4D4D. Windows color (decimal): -14393755 or 6643236. OLE color: 6643236.
HSL color Cylindrical-coordinate representation of color #245E65: hue angle of 186.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245E65 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 94 | 101 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.60 |
| HSL | 186.46º | 0.47% | 0.27% | - |
| HSV(B) | 186.46º | 0.64% | 0.4% | - |
| XYZ | 7.08 | 9.32 | 13.74 | - |
| YUV | 77.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 101 | 0.64 | 0.07 | 0 | 0.60 | 186.46 | 0.47 | 0.27 |
| Hex | 24 | 5E | 65 | 40 | 7 | 0 | 3C | BA | 2F | 1B |
| Octal | 44 | 136 | 145 | 100 | 7 | 0 | 74 | 272 | 57 | 33 |
| Binary | 100100 | 1011110 | 1100101 | 1000000 | 111 | 0 | 111100 | 10111010 | 101111 | 11011 |
Color Harmonies of #245E65
Complementary color
Monochromatic Colors of #245E65
Black with #245E65
Text Example
Text Example
White with #245E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E65; }
p { color: rgb(36,94,101); }
H1.HeaderClassName
{
color: #245E65;
}
.AnyTagClassName
{
color: #245E65;
}
</style>
background-color css
<style>
a { background-color: #245E65; }
a { background-color: rgb(36,94,101); }
div.DivClassName
{
background-color: #245E65;
}
.BgClassName
{
background-color: #245E65;
}
</style>
border-color css
<style>
span { border-color: #245E65; }
span { border-color: rgb(36,94,101); }
td.TdClassName
{
border-color: #245E65;
}
.TagClassName
{
border-color: #245E65;
}
</style>