Shades of Allports #286B84
Tints of Allports #286B84
RGB
CMYK
RGB Variations
Color information
#286B84 (or 0x286B84) is known color: Allports. HEX triplet: 28, 6B and 84. RGB value is (40,107,132). Sum of RGB (Red+Green+Blue) = 40+107+132=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #286B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B84 is #D7947B. Grayscale: #595959. Windows color (decimal): -14128252 or 8678184. OLE color: 8678184.
HSL color Cylindrical-coordinate representation of color #286B84: hue angle of 196.3º degrees, saturation: 0.53, 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 #286B84 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 107 | 132 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.48 |
| HSL | 196.3º | 0.53% | 0.34% | - |
| HSV(B) | 196.3º | 0.7% | 0.52% | - |
| XYZ | 10.3 | 12.63 | 23.73 | - |
| YUV | 89.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 132 | 0.70 | 0.19 | 0 | 0.48 | 196.3 | 0.53 | 0.34 |
| Hex | 28 | 6B | 84 | 46 | 13 | 0 | 30 | C4 | 35 | 22 |
| Octal | 50 | 153 | 204 | 106 | 23 | 0 | 60 | 304 | 65 | 42 |
| Binary | 101000 | 1101011 | 10000100 | 1000110 | 10011 | 0 | 110000 | 11000100 | 110101 | 100010 |
Color Harmonies of #286B84
Complementary color
Monochromatic Colors of #286B84
Black with #286B84
Text Example
Text Example
White with #286B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B84; }
p { color: rgb(40,107,132); }
H1.HeaderClassName
{
color: #286B84;
}
.AnyTagClassName
{
color: #286B84;
}
</style>
background-color css
<style>
a { background-color: #286B84; }
a { background-color: rgb(40,107,132); }
div.DivClassName
{
background-color: #286B84;
}
.BgClassName
{
background-color: #286B84;
}
</style>
border-color css
<style>
span { border-color: #286B84; }
span { border-color: rgb(40,107,132); }
td.TdClassName
{
border-color: #286B84;
}
.TagClassName
{
border-color: #286B84;
}
</style>