Shades of Blue Stone #256364
Tints of Blue Stone #256364
RGB
CMYK
RGB Variations
Color information
#256364 (or 0x256364) is known color: Blue Stone. HEX triplet: 25, 63 and 64. RGB value is (37,99,100). Sum of RGB (Red+Green+Blue) = 37+99+100=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #256364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256364 is #DA9C9B. Grayscale: #505050. Windows color (decimal): -14326940 or 6578981. OLE color: 6578981.
HSL color Cylindrical-coordinate representation of color #256364: hue angle of 180.95º 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 #256364 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 99 | 100 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.61 |
| HSL | 180.95º | 0.46% | 0.27% | - |
| HSV(B) | 180.95º | 0.63% | 0.39% | - |
| XYZ | 7.53 | 10.24 | 13.64 | - |
| YUV | 80.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 100 | 0.63 | 0.01 | 0 | 0.61 | 180.95 | 0.46 | 0.27 |
| Hex | 25 | 63 | 64 | 3F | 1 | 0 | 3D | B5 | 2E | 1B |
| Octal | 45 | 143 | 144 | 77 | 1 | 0 | 75 | 265 | 56 | 33 |
| Binary | 100101 | 1100011 | 1100100 | 111111 | 1 | 0 | 111101 | 10110101 | 101110 | 11011 |
Color Harmonies of #256364
Complementary color
Monochromatic Colors of #256364
Black with #256364
Text Example
Text Example
White with #256364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256364; }
p { color: rgb(37,99,100); }
H1.HeaderClassName
{
color: #256364;
}
.AnyTagClassName
{
color: #256364;
}
</style>
background-color css
<style>
a { background-color: #256364; }
a { background-color: rgb(37,99,100); }
div.DivClassName
{
background-color: #256364;
}
.BgClassName
{
background-color: #256364;
}
</style>
border-color css
<style>
span { border-color: #256364; }
span { border-color: rgb(37,99,100); }
td.TdClassName
{
border-color: #256364;
}
.TagClassName
{
border-color: #256364;
}
</style>