Shades of Allports #286C85
Tints of Allports #286C85
RGB
CMYK
RGB Variations
Color information
#286C85 (or 0x286C85) is known color: Allports. HEX triplet: 28, 6C and 85. RGB value is (40,108,133). Sum of RGB (Red+Green+Blue) = 40+108+133=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #286C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C85 is #D7937A. Grayscale: #5A5A5A. Windows color (decimal): -14127995 or 8743976. OLE color: 8743976.
HSL color Cylindrical-coordinate representation of color #286C85: hue angle of 196.13º 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 #286C85 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 108 | 133 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.48 |
| HSL | 196.13º | 0.54% | 0.34% | - |
| HSV(B) | 196.13º | 0.7% | 0.52% | - |
| XYZ | 10.47 | 12.87 | 24.12 | - |
| YUV | 90.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 133 | 0.70 | 0.19 | 0 | 0.48 | 196.13 | 0.54 | 0.34 |
| Hex | 28 | 6C | 85 | 46 | 13 | 0 | 30 | C4 | 36 | 22 |
| Octal | 50 | 154 | 205 | 106 | 23 | 0 | 60 | 304 | 66 | 42 |
| Binary | 101000 | 1101100 | 10000101 | 1000110 | 10011 | 0 | 110000 | 11000100 | 110110 | 100010 |
Color Harmonies of #286C85
Complementary color
Monochromatic Colors of #286C85
Black with #286C85
Text Example
Text Example
White with #286C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C85; }
p { color: rgb(40,108,133); }
H1.HeaderClassName
{
color: #286C85;
}
.AnyTagClassName
{
color: #286C85;
}
</style>
background-color css
<style>
a { background-color: #286C85; }
a { background-color: rgb(40,108,133); }
div.DivClassName
{
background-color: #286C85;
}
.BgClassName
{
background-color: #286C85;
}
</style>
border-color css
<style>
span { border-color: #286C85; }
span { border-color: rgb(40,108,133); }
td.TdClassName
{
border-color: #286C85;
}
.TagClassName
{
border-color: #286C85;
}
</style>