Shades of Allports #286B7E
Tints of Allports #286B7E
RGB
CMYK
RGB Variations
Color information
#286B7E (or 0x286B7E) is known color: Allports. HEX triplet: 28, 6B and 7E. RGB value is (40,107,126). Sum of RGB (Red+Green+Blue) = 40+107+126=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #286B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B7E is #D79481. Grayscale: #585858. Windows color (decimal): -14128258 or 8284968. OLE color: 8284968.
HSL color Cylindrical-coordinate representation of color #286B7E: hue angle of 193.26º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #286B7E is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 107 | 126 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.51 |
| HSL | 193.26º | 0.52% | 0.33% | - |
| HSV(B) | 193.26º | 0.68% | 0.49% | - |
| XYZ | 9.9 | 12.47 | 21.62 | - |
| YUV | 89.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 126 | 0.68 | 0.15 | 0 | 0.51 | 193.26 | 0.52 | 0.33 |
| Hex | 28 | 6B | 7E | 44 | F | 0 | 33 | C1 | 34 | 21 |
| Octal | 50 | 153 | 176 | 104 | 17 | 0 | 63 | 301 | 64 | 41 |
| Binary | 101000 | 1101011 | 1111110 | 1000100 | 1111 | 0 | 110011 | 11000001 | 110100 | 100001 |
Color Harmonies of #286B7E
Complementary color
Monochromatic Colors of #286B7E
Black with #286B7E
Text Example
Text Example
White with #286B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B7E; }
p { color: rgb(40,107,126); }
H1.HeaderClassName
{
color: #286B7E;
}
.AnyTagClassName
{
color: #286B7E;
}
</style>
background-color css
<style>
a { background-color: #286B7E; }
a { background-color: rgb(40,107,126); }
div.DivClassName
{
background-color: #286B7E;
}
.BgClassName
{
background-color: #286B7E;
}
</style>
border-color css
<style>
span { border-color: #286B7E; }
span { border-color: rgb(40,107,126); }
td.TdClassName
{
border-color: #286B7E;
}
.TagClassName
{
border-color: #286B7E;
}
</style>