Shades of Blue Stone #286764
Tints of Blue Stone #286764
RGB
CMYK
RGB Variations
Color information
#286764 (or 0x286764) is known color: Blue Stone. HEX triplet: 28, 67 and 64. RGB value is (40,103,100). Sum of RGB (Red+Green+Blue) = 40+103+100=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #286764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286764 is #D7989B. Grayscale: #535353. Windows color (decimal): -14129308 or 6580008. OLE color: 6580008.
HSL color Cylindrical-coordinate representation of color #286764: hue angle of 177.14º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286764 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 100 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.60 |
| HSL | 177.14º | 0.44% | 0.28% | - |
| HSV(B) | 177.14º | 0.61% | 0.4% | - |
| XYZ | 8.03 | 11.07 | 13.77 | - |
| YUV | 83.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 100 | 0.61 | 0 | 0.03 | 0.60 | 177.14 | 0.44 | 0.28 |
| Hex | 28 | 67 | 64 | 3D | 0 | 3 | 3C | B1 | 2C | 1C |
| Octal | 50 | 147 | 144 | 75 | 0 | 3 | 74 | 261 | 54 | 34 |
| Binary | 101000 | 1100111 | 1100100 | 111101 | 0 | 11 | 111100 | 10110001 | 101100 | 11100 |
Color Harmonies of #286764
Complementary color
Monochromatic Colors of #286764
Black with #286764
Text Example
Text Example
White with #286764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286764; }
p { color: rgb(40,103,100); }
H1.HeaderClassName
{
color: #286764;
}
.AnyTagClassName
{
color: #286764;
}
</style>
background-color css
<style>
a { background-color: #286764; }
a { background-color: rgb(40,103,100); }
div.DivClassName
{
background-color: #286764;
}
.BgClassName
{
background-color: #286764;
}
</style>
border-color css
<style>
span { border-color: #286764; }
span { border-color: rgb(40,103,100); }
td.TdClassName
{
border-color: #286764;
}
.TagClassName
{
border-color: #286764;
}
</style>