Shades of Allports #286D78
Tints of Allports #286D78
RGB
CMYK
RGB Variations
Color information
#286D78 (or 0x286D78) is known color: Allports. HEX triplet: 28, 6D and 78. RGB value is (40,109,120). Sum of RGB (Red+Green+Blue) = 40+109+120=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #286D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D78 is #D79287. Grayscale: #595959. Windows color (decimal): -14127752 or 7892264. OLE color: 7892264.
HSL color Cylindrical-coordinate representation of color #286D78: hue angle of 188.25º 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 #286D78 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 109 | 120 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.53 |
| HSL | 188.25º | 0.5% | 0.31% | - |
| HSV(B) | 188.25º | 0.67% | 0.47% | - |
| XYZ | 9.73 | 12.74 | 19.72 | - |
| YUV | 89.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 120 | 0.67 | 0.09 | 0 | 0.53 | 188.25 | 0.5 | 0.31 |
| Hex | 28 | 6D | 78 | 43 | 9 | 0 | 35 | BC | 32 | 1F |
| Octal | 50 | 155 | 170 | 103 | 11 | 0 | 65 | 274 | 62 | 37 |
| Binary | 101000 | 1101101 | 1111000 | 1000011 | 1001 | 0 | 110101 | 10111100 | 110010 | 11111 |
Color Harmonies of #286D78
Complementary color
Monochromatic Colors of #286D78
Black with #286D78
Text Example
Text Example
White with #286D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D78; }
p { color: rgb(40,109,120); }
H1.HeaderClassName
{
color: #286D78;
}
.AnyTagClassName
{
color: #286D78;
}
</style>
background-color css
<style>
a { background-color: #286D78; }
a { background-color: rgb(40,109,120); }
div.DivClassName
{
background-color: #286D78;
}
.BgClassName
{
background-color: #286D78;
}
</style>
border-color css
<style>
span { border-color: #286D78; }
span { border-color: rgb(40,109,120); }
td.TdClassName
{
border-color: #286D78;
}
.TagClassName
{
border-color: #286D78;
}
</style>