Shades of Allports #286E85
Tints of Allports #286E85
RGB
CMYK
RGB Variations
Color information
#286E85 (or 0x286E85) is known color: Allports. HEX triplet: 28, 6E and 85. RGB value is (40,110,133). Sum of RGB (Red+Green+Blue) = 40+110+133=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #286E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E85 is #D7917A. Grayscale: #5B5B5B. Windows color (decimal): -14127483 or 8744488. OLE color: 8744488.
HSL color Cylindrical-coordinate representation of color #286E85: hue angle of 194.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #286E85 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 110 | 133 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.48 |
| HSL | 194.84º | 0.54% | 0.34% | - |
| HSV(B) | 194.84º | 0.7% | 0.52% | - |
| XYZ | 10.68 | 13.3 | 24.19 | - |
| YUV | 91.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 133 | 0.70 | 0.17 | 0 | 0.48 | 194.84 | 0.54 | 0.34 |
| Hex | 28 | 6E | 85 | 46 | 11 | 0 | 30 | C3 | 36 | 22 |
| Octal | 50 | 156 | 205 | 106 | 21 | 0 | 60 | 303 | 66 | 42 |
| Binary | 101000 | 1101110 | 10000101 | 1000110 | 10001 | 0 | 110000 | 11000011 | 110110 | 100010 |
Color Harmonies of #286E85
Complementary color
Monochromatic Colors of #286E85
Black with #286E85
Text Example
Text Example
White with #286E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E85; }
p { color: rgb(40,110,133); }
H1.HeaderClassName
{
color: #286E85;
}
.AnyTagClassName
{
color: #286E85;
}
</style>
background-color css
<style>
a { background-color: #286E85; }
a { background-color: rgb(40,110,133); }
div.DivClassName
{
background-color: #286E85;
}
.BgClassName
{
background-color: #286E85;
}
</style>
border-color css
<style>
span { border-color: #286E85; }
span { border-color: rgb(40,110,133); }
td.TdClassName
{
border-color: #286E85;
}
.TagClassName
{
border-color: #286E85;
}
</style>