Shades of Allports #286981
Tints of Allports #286981
RGB
CMYK
RGB Variations
Color information
#286981 (or 0x286981) is known color: Allports. HEX triplet: 28, 69 and 81. RGB value is (40,105,129). Sum of RGB (Red+Green+Blue) = 40+105+129=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #286981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286981 is #D7967E. Grayscale: #585858. Windows color (decimal): -14128767 or 8481064. OLE color: 8481064.
HSL color Cylindrical-coordinate representation of color #286981: hue angle of 196.18º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #286981 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 105 | 129 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.49 |
| HSL | 196.18º | 0.53% | 0.33% | - |
| HSV(B) | 196.18º | 0.69% | 0.51% | - |
| XYZ | 9.89 | 12.14 | 22.59 | - |
| YUV | 88.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 129 | 0.69 | 0.19 | 0 | 0.49 | 196.18 | 0.53 | 0.33 |
| Hex | 28 | 69 | 81 | 45 | 13 | 0 | 31 | C4 | 35 | 21 |
| Octal | 50 | 151 | 201 | 105 | 23 | 0 | 61 | 304 | 65 | 41 |
| Binary | 101000 | 1101001 | 10000001 | 1000101 | 10011 | 0 | 110001 | 11000100 | 110101 | 100001 |
Color Harmonies of #286981
Complementary color
Monochromatic Colors of #286981
Black with #286981
Text Example
Text Example
White with #286981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286981; }
p { color: rgb(40,105,129); }
H1.HeaderClassName
{
color: #286981;
}
.AnyTagClassName
{
color: #286981;
}
</style>
background-color css
<style>
a { background-color: #286981; }
a { background-color: rgb(40,105,129); }
div.DivClassName
{
background-color: #286981;
}
.BgClassName
{
background-color: #286981;
}
</style>
border-color css
<style>
span { border-color: #286981; }
span { border-color: rgb(40,105,129); }
td.TdClassName
{
border-color: #286981;
}
.TagClassName
{
border-color: #286981;
}
</style>