Shades of Allports #246E87
Tints of Allports #246E87
RGB
CMYK
RGB Variations
Color information
#246E87 (or 0x246E87) is known color: Allports. HEX triplet: 24, 6E and 87. RGB value is (36,110,135). Sum of RGB (Red+Green+Blue) = 36+110+135=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #246E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E87 is #DB9178. Grayscale: #5A5A5A. Windows color (decimal): -14389625 or 8875556. OLE color: 8875556.
HSL color Cylindrical-coordinate representation of color #246E87: hue angle of 195.15º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246E87 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 110 | 135 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.47 |
| HSL | 195.15º | 0.58% | 0.34% | - |
| HSV(B) | 195.15º | 0.73% | 0.53% | - |
| XYZ | 10.68 | 13.28 | 24.92 | - |
| YUV | 90.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 135 | 0.73 | 0.19 | 0 | 0.47 | 195.15 | 0.58 | 0.34 |
| Hex | 24 | 6E | 87 | 49 | 13 | 0 | 2F | C3 | 3A | 22 |
| Octal | 44 | 156 | 207 | 111 | 23 | 0 | 57 | 303 | 72 | 42 |
| Binary | 100100 | 1101110 | 10000111 | 1001001 | 10011 | 0 | 101111 | 11000011 | 111010 | 100010 |
Color Harmonies of #246E87
Complementary color
Monochromatic Colors of #246E87
Black with #246E87
Text Example
Text Example
White with #246E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E87; }
p { color: rgb(36,110,135); }
H1.HeaderClassName
{
color: #246E87;
}
.AnyTagClassName
{
color: #246E87;
}
</style>
background-color css
<style>
a { background-color: #246E87; }
a { background-color: rgb(36,110,135); }
div.DivClassName
{
background-color: #246E87;
}
.BgClassName
{
background-color: #246E87;
}
</style>
border-color css
<style>
span { border-color: #246E87; }
span { border-color: rgb(36,110,135); }
td.TdClassName
{
border-color: #246E87;
}
.TagClassName
{
border-color: #246E87;
}
</style>