Shades of Blue Stone #28646A
Tints of Blue Stone #28646A
RGB
CMYK
RGB Variations
Color information
#28646A (or 0x28646A) is known color: Blue Stone. HEX triplet: 28, 64 and 6A. RGB value is (40,100,106). Sum of RGB (Red+Green+Blue) = 40+100+106=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #28646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28646A is #D79B95. Grayscale: #525252. Windows color (decimal): -14130070 or 6972456. OLE color: 6972456.
HSL color Cylindrical-coordinate representation of color #28646A: hue angle of 185.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28646A is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 100 | 106 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.58 |
| HSL | 185.45º | 0.45% | 0.29% | - |
| HSV(B) | 185.45º | 0.62% | 0.42% | - |
| XYZ | 8.03 | 10.61 | 15.26 | - |
| YUV | 82.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 106 | 0.62 | 0.06 | 0 | 0.58 | 185.45 | 0.45 | 0.29 |
| Hex | 28 | 64 | 6A | 3E | 6 | 0 | 3A | B9 | 2D | 1D |
| Octal | 50 | 144 | 152 | 76 | 6 | 0 | 72 | 271 | 55 | 35 |
| Binary | 101000 | 1100100 | 1101010 | 111110 | 110 | 0 | 111010 | 10111001 | 101101 | 11101 |
Color Harmonies of #28646A
Complementary color
Monochromatic Colors of #28646A
Black with #28646A
Text Example
Text Example
White with #28646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28646A; }
p { color: rgb(40,100,106); }
H1.HeaderClassName
{
color: #28646A;
}
.AnyTagClassName
{
color: #28646A;
}
</style>
background-color css
<style>
a { background-color: #28646A; }
a { background-color: rgb(40,100,106); }
div.DivClassName
{
background-color: #28646A;
}
.BgClassName
{
background-color: #28646A;
}
</style>
border-color css
<style>
span { border-color: #28646A; }
span { border-color: rgb(40,100,106); }
td.TdClassName
{
border-color: #28646A;
}
.TagClassName
{
border-color: #28646A;
}
</style>