Shades of Allports #286885
Tints of Allports #286885
RGB
CMYK
RGB Variations
Color information
#286885 (or 0x286885) is known color: Allports. HEX triplet: 28, 68 and 85. RGB value is (40,104,133). Sum of RGB (Red+Green+Blue) = 40+104+133=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #286885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286885 is #D7977A. Grayscale: #575757. Windows color (decimal): -14129019 or 8742952. OLE color: 8742952.
HSL color Cylindrical-coordinate representation of color #286885: hue angle of 198.71º 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 #286885 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 104 | 133 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.48 |
| HSL | 198.71º | 0.54% | 0.34% | - |
| HSV(B) | 198.71º | 0.7% | 0.52% | - |
| XYZ | 10.06 | 12.05 | 23.99 | - |
| YUV | 88.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 133 | 0.70 | 0.22 | 0 | 0.48 | 198.71 | 0.54 | 0.34 |
| Hex | 28 | 68 | 85 | 46 | 16 | 0 | 30 | C7 | 36 | 22 |
| Octal | 50 | 150 | 205 | 106 | 26 | 0 | 60 | 307 | 66 | 42 |
| Binary | 101000 | 1101000 | 10000101 | 1000110 | 10110 | 0 | 110000 | 11000111 | 110110 | 100010 |
Color Harmonies of #286885
Complementary color
Monochromatic Colors of #286885
Black with #286885
Text Example
Text Example
White with #286885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286885; }
p { color: rgb(40,104,133); }
H1.HeaderClassName
{
color: #286885;
}
.AnyTagClassName
{
color: #286885;
}
</style>
background-color css
<style>
a { background-color: #286885; }
a { background-color: rgb(40,104,133); }
div.DivClassName
{
background-color: #286885;
}
.BgClassName
{
background-color: #286885;
}
</style>
border-color css
<style>
span { border-color: #286885; }
span { border-color: rgb(40,104,133); }
td.TdClassName
{
border-color: #286885;
}
.TagClassName
{
border-color: #286885;
}
</style>