Shades of Blue Stone #256366
Tints of Blue Stone #256366
RGB
CMYK
RGB Variations
Color information
#256366 (or 0x256366) is known color: Blue Stone. HEX triplet: 25, 63 and 66. RGB value is (37,99,102). Sum of RGB (Red+Green+Blue) = 37+99+102=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #256366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256366 is #DA9C99. Grayscale: #505050. Windows color (decimal): -14326938 or 6710053. OLE color: 6710053.
HSL color Cylindrical-coordinate representation of color #256366: hue angle of 182.77º 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 #256366 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 99 | 102 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.6 |
| HSL | 182.77º | 0.47% | 0.27% | - |
| HSV(B) | 182.77º | 0.64% | 0.4% | - |
| XYZ | 7.62 | 10.28 | 14.15 | - |
| YUV | 80.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 102 | 0.64 | 0.03 | 0 | 0.6 | 182.77 | 0.47 | 0.27 |
| Hex | 25 | 63 | 66 | 40 | 3 | 0 | 3C | B7 | 2F | 1B |
| Octal | 45 | 143 | 146 | 100 | 3 | 0 | 74 | 267 | 57 | 33 |
| Binary | 100101 | 1100011 | 1100110 | 1000000 | 11 | 0 | 111100 | 10110111 | 101111 | 11011 |
Color Harmonies of #256366
Complementary color
Monochromatic Colors of #256366
Black with #256366
Text Example
Text Example
White with #256366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256366; }
p { color: rgb(37,99,102); }
H1.HeaderClassName
{
color: #256366;
}
.AnyTagClassName
{
color: #256366;
}
</style>
background-color css
<style>
a { background-color: #256366; }
a { background-color: rgb(37,99,102); }
div.DivClassName
{
background-color: #256366;
}
.BgClassName
{
background-color: #256366;
}
</style>
border-color css
<style>
span { border-color: #256366; }
span { border-color: rgb(37,99,102); }
td.TdClassName
{
border-color: #256366;
}
.TagClassName
{
border-color: #256366;
}
</style>