Shades of Allports #286C7F
Tints of Allports #286C7F
RGB
CMYK
RGB Variations
Color information
#286C7F (or 0x286C7F) is known color: Allports. HEX triplet: 28, 6C and 7F. RGB value is (40,108,127). Sum of RGB (Red+Green+Blue) = 40+108+127=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #286C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C7F is #D79380. Grayscale: #595959. Windows color (decimal): -14128001 or 8350760. OLE color: 8350760.
HSL color Cylindrical-coordinate representation of color #286C7F: hue angle of 193.1º 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 #286C7F is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 108 | 127 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.50 |
| HSL | 193.1º | 0.52% | 0.33% | - |
| HSV(B) | 193.1º | 0.69% | 0.5% | - |
| XYZ | 10.07 | 12.71 | 22 | - |
| YUV | 89.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 127 | 0.69 | 0.15 | 0 | 0.50 | 193.1 | 0.52 | 0.33 |
| Hex | 28 | 6C | 7F | 45 | F | 0 | 32 | C1 | 34 | 21 |
| Octal | 50 | 154 | 177 | 105 | 17 | 0 | 62 | 301 | 64 | 41 |
| Binary | 101000 | 1101100 | 1111111 | 1000101 | 1111 | 0 | 110010 | 11000001 | 110100 | 100001 |
Color Harmonies of #286C7F
Complementary color
Monochromatic Colors of #286C7F
Black with #286C7F
Text Example
Text Example
White with #286C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C7F; }
p { color: rgb(40,108,127); }
H1.HeaderClassName
{
color: #286C7F;
}
.AnyTagClassName
{
color: #286C7F;
}
</style>
background-color css
<style>
a { background-color: #286C7F; }
a { background-color: rgb(40,108,127); }
div.DivClassName
{
background-color: #286C7F;
}
.BgClassName
{
background-color: #286C7F;
}
</style>
border-color css
<style>
span { border-color: #286C7F; }
span { border-color: rgb(40,108,127); }
td.TdClassName
{
border-color: #286C7F;
}
.TagClassName
{
border-color: #286C7F;
}
</style>