Shades of Allports #286C80
Tints of Allports #286C80
RGB
CMYK
RGB Variations
Color information
#286C80 (or 0x286C80) is known color: Allports. HEX triplet: 28, 6C and 80. RGB value is (40,108,128). Sum of RGB (Red+Green+Blue) = 40+108+128=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #286C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C80 is #D7937F. Grayscale: #595959. Windows color (decimal): -14128000 or 8416296. OLE color: 8416296.
HSL color Cylindrical-coordinate representation of color #286C80: hue angle of 193.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #286C80 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 108 | 128 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.50 |
| HSL | 193.64º | 0.52% | 0.33% | - |
| HSV(B) | 193.64º | 0.69% | 0.5% | - |
| XYZ | 10.13 | 12.73 | 22.35 | - |
| YUV | 89.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 128 | 0.69 | 0.16 | 0 | 0.50 | 193.64 | 0.52 | 0.33 |
| Hex | 28 | 6C | 80 | 45 | 10 | 0 | 32 | C2 | 34 | 21 |
| Octal | 50 | 154 | 200 | 105 | 20 | 0 | 62 | 302 | 64 | 41 |
| Binary | 101000 | 1101100 | 10000000 | 1000101 | 10000 | 0 | 110010 | 11000010 | 110100 | 100001 |
Color Harmonies of #286C80
Complementary color
Monochromatic Colors of #286C80
Black with #286C80
Text Example
Text Example
White with #286C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C80; }
p { color: rgb(40,108,128); }
H1.HeaderClassName
{
color: #286C80;
}
.AnyTagClassName
{
color: #286C80;
}
</style>
background-color css
<style>
a { background-color: #286C80; }
a { background-color: rgb(40,108,128); }
div.DivClassName
{
background-color: #286C80;
}
.BgClassName
{
background-color: #286C80;
}
</style>
border-color css
<style>
span { border-color: #286C80; }
span { border-color: rgb(40,108,128); }
td.TdClassName
{
border-color: #286C80;
}
.TagClassName
{
border-color: #286C80;
}
</style>