Shades of Allports #286C78
Tints of Allports #286C78
RGB
CMYK
RGB Variations
Color information
#286C78 (or 0x286C78) is known color: Allports. HEX triplet: 28, 6C and 78. RGB value is (40,108,120). Sum of RGB (Red+Green+Blue) = 40+108+120=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #286C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C78 is #D79387. Grayscale: #585858. Windows color (decimal): -14128008 or 7892008. OLE color: 7892008.
HSL color Cylindrical-coordinate representation of color #286C78: hue angle of 189º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #286C78 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 108 | 120 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.53 |
| HSL | 189º | 0.5% | 0.31% | - |
| HSV(B) | 189º | 0.67% | 0.47% | - |
| XYZ | 9.63 | 12.53 | 19.68 | - |
| YUV | 89.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 120 | 0.67 | 0.10 | 0 | 0.53 | 189 | 0.5 | 0.31 |
| Hex | 28 | 6C | 78 | 43 | A | 0 | 35 | BD | 32 | 1F |
| Octal | 50 | 154 | 170 | 103 | 12 | 0 | 65 | 275 | 62 | 37 |
| Binary | 101000 | 1101100 | 1111000 | 1000011 | 1010 | 0 | 110101 | 10111101 | 110010 | 11111 |
Color Harmonies of #286C78
Complementary color
Monochromatic Colors of #286C78
Black with #286C78
Text Example
Text Example
White with #286C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C78; }
p { color: rgb(40,108,120); }
H1.HeaderClassName
{
color: #286C78;
}
.AnyTagClassName
{
color: #286C78;
}
</style>
background-color css
<style>
a { background-color: #286C78; }
a { background-color: rgb(40,108,120); }
div.DivClassName
{
background-color: #286C78;
}
.BgClassName
{
background-color: #286C78;
}
</style>
border-color css
<style>
span { border-color: #286C78; }
span { border-color: rgb(40,108,120); }
td.TdClassName
{
border-color: #286C78;
}
.TagClassName
{
border-color: #286C78;
}
</style>