Shades of Blue Stone #286465
Tints of Blue Stone #286465
RGB
CMYK
RGB Variations
Color information
#286465 (or 0x286465) is known color: Blue Stone. HEX triplet: 28, 64 and 65. RGB value is (40,100,101). Sum of RGB (Red+Green+Blue) = 40+100+101=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #286465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286465 is #D79B9A. Grayscale: #525252. Windows color (decimal): -14130075 or 6644776. OLE color: 6644776.
HSL color Cylindrical-coordinate representation of color #286465: hue angle of 180.98º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286465 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 100 | 101 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.60 |
| HSL | 180.98º | 0.43% | 0.28% | - |
| HSV(B) | 180.98º | 0.6% | 0.4% | - |
| XYZ | 7.78 | 10.51 | 13.93 | - |
| YUV | 82.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 101 | 0.60 | 0.01 | 0 | 0.60 | 180.98 | 0.43 | 0.28 |
| Hex | 28 | 64 | 65 | 3C | 1 | 0 | 3C | B5 | 2B | 1C |
| Octal | 50 | 144 | 145 | 74 | 1 | 0 | 74 | 265 | 53 | 34 |
| Binary | 101000 | 1100100 | 1100101 | 111100 | 1 | 0 | 111100 | 10110101 | 101011 | 11100 |
Color Harmonies of #286465
Complementary color
Monochromatic Colors of #286465
Black with #286465
Text Example
Text Example
White with #286465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286465; }
p { color: rgb(40,100,101); }
H1.HeaderClassName
{
color: #286465;
}
.AnyTagClassName
{
color: #286465;
}
</style>
background-color css
<style>
a { background-color: #286465; }
a { background-color: rgb(40,100,101); }
div.DivClassName
{
background-color: #286465;
}
.BgClassName
{
background-color: #286465;
}
</style>
border-color css
<style>
span { border-color: #286465; }
span { border-color: rgb(40,100,101); }
td.TdClassName
{
border-color: #286465;
}
.TagClassName
{
border-color: #286465;
}
</style>