Shades of Allports #286D81
Tints of Allports #286D81
RGB
CMYK
RGB Variations
Color information
#286D81 (or 0x286D81) is known color: Allports. HEX triplet: 28, 6D and 81. RGB value is (40,109,129). Sum of RGB (Red+Green+Blue) = 40+109+129=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #286D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286D81 is #D7927E. Grayscale: #5A5A5A. Windows color (decimal): -14127743 or 8482088. OLE color: 8482088.
HSL color Cylindrical-coordinate representation of color #286D81: hue angle of 193.48º 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 #286D81 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 109 | 129 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.49 |
| HSL | 193.48º | 0.53% | 0.33% | - |
| HSV(B) | 193.48º | 0.69% | 0.51% | - |
| XYZ | 10.31 | 12.97 | 22.73 | - |
| YUV | 90.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 129 | 0.69 | 0.16 | 0 | 0.49 | 193.48 | 0.53 | 0.33 |
| Hex | 28 | 6D | 81 | 45 | 10 | 0 | 31 | C1 | 35 | 21 |
| Octal | 50 | 155 | 201 | 105 | 20 | 0 | 61 | 301 | 65 | 41 |
| Binary | 101000 | 1101101 | 10000001 | 1000101 | 10000 | 0 | 110001 | 11000001 | 110101 | 100001 |
Color Harmonies of #286D81
Complementary color
Monochromatic Colors of #286D81
Black with #286D81
Text Example
Text Example
White with #286D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D81; }
p { color: rgb(40,109,129); }
H1.HeaderClassName
{
color: #286D81;
}
.AnyTagClassName
{
color: #286D81;
}
</style>
background-color css
<style>
a { background-color: #286D81; }
a { background-color: rgb(40,109,129); }
div.DivClassName
{
background-color: #286D81;
}
.BgClassName
{
background-color: #286D81;
}
</style>
border-color css
<style>
span { border-color: #286D81; }
span { border-color: rgb(40,109,129); }
td.TdClassName
{
border-color: #286D81;
}
.TagClassName
{
border-color: #286D81;
}
</style>