Shades of Blue Stone #28686B
Tints of Blue Stone #28686B
RGB
CMYK
RGB Variations
Color information
#28686B (or 0x28686B) is known color: Blue Stone. HEX triplet: 28, 68 and 6B. RGB value is (40,104,107). Sum of RGB (Red+Green+Blue) = 40+104+107=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #28686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28686B is #D79794. Grayscale: #555555. Windows color (decimal): -14129045 or 7039016. OLE color: 7039016.
HSL color Cylindrical-coordinate representation of color #28686B: hue angle of 182.69º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28686B is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 104 | 107 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.58 |
| HSL | 182.69º | 0.46% | 0.29% | - |
| HSV(B) | 182.69º | 0.63% | 0.42% | - |
| XYZ | 8.48 | 11.41 | 15.67 | - |
| YUV | 85.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 107 | 0.63 | 0.03 | 0 | 0.58 | 182.69 | 0.46 | 0.29 |
| Hex | 28 | 68 | 6B | 3F | 3 | 0 | 3A | B7 | 2E | 1D |
| Octal | 50 | 150 | 153 | 77 | 3 | 0 | 72 | 267 | 56 | 35 |
| Binary | 101000 | 1101000 | 1101011 | 111111 | 11 | 0 | 111010 | 10110111 | 101110 | 11101 |
Color Harmonies of #28686B
Complementary color
Monochromatic Colors of #28686B
Black with #28686B
Text Example
Text Example
White with #28686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28686B; }
p { color: rgb(40,104,107); }
H1.HeaderClassName
{
color: #28686B;
}
.AnyTagClassName
{
color: #28686B;
}
</style>
background-color css
<style>
a { background-color: #28686B; }
a { background-color: rgb(40,104,107); }
div.DivClassName
{
background-color: #28686B;
}
.BgClassName
{
background-color: #28686B;
}
</style>
border-color css
<style>
span { border-color: #28686B; }
span { border-color: rgb(40,104,107); }
td.TdClassName
{
border-color: #28686B;
}
.TagClassName
{
border-color: #28686B;
}
</style>