Shades of Blue Stone #256263
Tints of Blue Stone #256263
RGB
CMYK
RGB Variations
Color information
#256263 (or 0x256263) is known color: Blue Stone. HEX triplet: 25, 62 and 63. RGB value is (37,98,99). Sum of RGB (Red+Green+Blue) = 37+98+99=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #256263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256263 is #DA9D9C. Grayscale: #4F4F4F. Windows color (decimal): -14327197 or 6513189. OLE color: 6513189.
HSL color Cylindrical-coordinate representation of color #256263: hue angle of 180.97º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256263 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 98 | 99 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.61 |
| HSL | 180.97º | 0.46% | 0.27% | - |
| HSV(B) | 180.97º | 0.63% | 0.39% | - |
| XYZ | 7.38 | 10.03 | 13.35 | - |
| YUV | 79.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 99 | 0.63 | 0.01 | 0 | 0.61 | 180.97 | 0.46 | 0.27 |
| Hex | 25 | 62 | 63 | 3F | 1 | 0 | 3D | B5 | 2E | 1B |
| Octal | 45 | 142 | 143 | 77 | 1 | 0 | 75 | 265 | 56 | 33 |
| Binary | 100101 | 1100010 | 1100011 | 111111 | 1 | 0 | 111101 | 10110101 | 101110 | 11011 |
Color Harmonies of #256263
Complementary color
Monochromatic Colors of #256263
Black with #256263
Text Example
Text Example
White with #256263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256263; }
p { color: rgb(37,98,99); }
H1.HeaderClassName
{
color: #256263;
}
.AnyTagClassName
{
color: #256263;
}
</style>
background-color css
<style>
a { background-color: #256263; }
a { background-color: rgb(37,98,99); }
div.DivClassName
{
background-color: #256263;
}
.BgClassName
{
background-color: #256263;
}
</style>
border-color css
<style>
span { border-color: #256263; }
span { border-color: rgb(37,98,99); }
td.TdClassName
{
border-color: #256263;
}
.TagClassName
{
border-color: #256263;
}
</style>