Shades of Allports #286A85
Tints of Allports #286A85
RGB
CMYK
RGB Variations
Color information
#286A85 (or 0x286A85) is known color: Allports. HEX triplet: 28, 6A and 85. RGB value is (40,106,133). Sum of RGB (Red+Green+Blue) = 40+106+133=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #286A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286A85 is #D7957A. Grayscale: #595959. Windows color (decimal): -14128507 or 8743464. OLE color: 8743464.
HSL color Cylindrical-coordinate representation of color #286A85: hue angle of 197.42º 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 #286A85 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 106 | 133 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.48 |
| HSL | 197.42º | 0.54% | 0.34% | - |
| HSV(B) | 197.42º | 0.7% | 0.52% | - |
| XYZ | 10.26 | 12.45 | 24.05 | - |
| YUV | 89.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 133 | 0.70 | 0.20 | 0 | 0.48 | 197.42 | 0.54 | 0.34 |
| Hex | 28 | 6A | 85 | 46 | 14 | 0 | 30 | C5 | 36 | 22 |
| Octal | 50 | 152 | 205 | 106 | 24 | 0 | 60 | 305 | 66 | 42 |
| Binary | 101000 | 1101010 | 10000101 | 1000110 | 10100 | 0 | 110000 | 11000101 | 110110 | 100010 |
Color Harmonies of #286A85
Complementary color
Monochromatic Colors of #286A85
Black with #286A85
Text Example
Text Example
White with #286A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A85; }
p { color: rgb(40,106,133); }
H1.HeaderClassName
{
color: #286A85;
}
.AnyTagClassName
{
color: #286A85;
}
</style>
background-color css
<style>
a { background-color: #286A85; }
a { background-color: rgb(40,106,133); }
div.DivClassName
{
background-color: #286A85;
}
.BgClassName
{
background-color: #286A85;
}
</style>
border-color css
<style>
span { border-color: #286A85; }
span { border-color: rgb(40,106,133); }
td.TdClassName
{
border-color: #286A85;
}
.TagClassName
{
border-color: #286A85;
}
</style>