Shades of Allports #286C81
Tints of Allports #286C81
RGB
CMYK
RGB Variations
Color information
#286C81 (or 0x286C81) is known color: Allports. HEX triplet: 28, 6C and 81. RGB value is (40,108,129). Sum of RGB (Red+Green+Blue) = 40+108+129=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #286C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C81 is #D7937E. Grayscale: #595959. Windows color (decimal): -14127999 or 8481832. OLE color: 8481832.
HSL color Cylindrical-coordinate representation of color #286C81: hue angle of 194.16º 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 #286C81 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 108 | 129 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.49 |
| HSL | 194.16º | 0.53% | 0.33% | - |
| HSV(B) | 194.16º | 0.69% | 0.51% | - |
| XYZ | 10.2 | 12.76 | 22.69 | - |
| YUV | 90.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 129 | 0.69 | 0.16 | 0 | 0.49 | 194.16 | 0.53 | 0.33 |
| Hex | 28 | 6C | 81 | 45 | 10 | 0 | 31 | C2 | 35 | 21 |
| Octal | 50 | 154 | 201 | 105 | 20 | 0 | 61 | 302 | 65 | 41 |
| Binary | 101000 | 1101100 | 10000001 | 1000101 | 10000 | 0 | 110001 | 11000010 | 110101 | 100001 |
Color Harmonies of #286C81
Complementary color
Monochromatic Colors of #286C81
Black with #286C81
Text Example
Text Example
White with #286C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C81; }
p { color: rgb(40,108,129); }
H1.HeaderClassName
{
color: #286C81;
}
.AnyTagClassName
{
color: #286C81;
}
</style>
background-color css
<style>
a { background-color: #286C81; }
a { background-color: rgb(40,108,129); }
div.DivClassName
{
background-color: #286C81;
}
.BgClassName
{
background-color: #286C81;
}
</style>
border-color css
<style>
span { border-color: #286C81; }
span { border-color: rgb(40,108,129); }
td.TdClassName
{
border-color: #286C81;
}
.TagClassName
{
border-color: #286C81;
}
</style>