Shades of Blue Stone #245F67
Tints of Blue Stone #245F67
RGB
CMYK
RGB Variations
Color information
#245F67 (or 0x245F67) is known color: Blue Stone. HEX triplet: 24, 5F and 67. RGB value is (36,95,103). Sum of RGB (Red+Green+Blue) = 36+95+103=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #245F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F67 is #DBA098. Grayscale: #4E4E4E. Windows color (decimal): -14393497 or 6774564. OLE color: 6774564.
HSL color Cylindrical-coordinate representation of color #245F67: hue angle of 187.16º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245F67 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 95 | 103 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.60 |
| HSL | 187.16º | 0.48% | 0.27% | - |
| HSV(B) | 187.16º | 0.65% | 0.4% | - |
| XYZ | 7.27 | 9.54 | 14.29 | - |
| YUV | 78.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 103 | 0.65 | 0.08 | 0 | 0.60 | 187.16 | 0.48 | 0.27 |
| Hex | 24 | 5F | 67 | 41 | 8 | 0 | 3C | BB | 30 | 1B |
| Octal | 44 | 137 | 147 | 101 | 10 | 0 | 74 | 273 | 60 | 33 |
| Binary | 100100 | 1011111 | 1100111 | 1000001 | 1000 | 0 | 111100 | 10111011 | 110000 | 11011 |
Color Harmonies of #245F67
Complementary color
Monochromatic Colors of #245F67
Black with #245F67
Text Example
Text Example
White with #245F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F67; }
p { color: rgb(36,95,103); }
H1.HeaderClassName
{
color: #245F67;
}
.AnyTagClassName
{
color: #245F67;
}
</style>
background-color css
<style>
a { background-color: #245F67; }
a { background-color: rgb(36,95,103); }
div.DivClassName
{
background-color: #245F67;
}
.BgClassName
{
background-color: #245F67;
}
</style>
border-color css
<style>
span { border-color: #245F67; }
span { border-color: rgb(36,95,103); }
td.TdClassName
{
border-color: #245F67;
}
.TagClassName
{
border-color: #245F67;
}
</style>