Shades of Allports #246D86
Tints of Allports #246D86
RGB
CMYK
RGB Variations
Color information
#246D86 (or 0x246D86) is known color: Allports. HEX triplet: 24, 6D and 86. RGB value is (36,109,134). Sum of RGB (Red+Green+Blue) = 36+109+134=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #246D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D86 is #DB9279. Grayscale: #595959. Windows color (decimal): -14389882 or 8809764. OLE color: 8809764.
HSL color Cylindrical-coordinate representation of color #246D86: hue angle of 195.31º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246D86 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 109 | 134 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.47 |
| HSL | 195.31º | 0.58% | 0.33% | - |
| HSV(B) | 195.31º | 0.73% | 0.53% | - |
| XYZ | 10.5 | 13.03 | 24.52 | - |
| YUV | 90.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 134 | 0.73 | 0.19 | 0 | 0.47 | 195.31 | 0.58 | 0.33 |
| Hex | 24 | 6D | 86 | 49 | 13 | 0 | 2F | C3 | 3A | 21 |
| Octal | 44 | 155 | 206 | 111 | 23 | 0 | 57 | 303 | 72 | 41 |
| Binary | 100100 | 1101101 | 10000110 | 1001001 | 10011 | 0 | 101111 | 11000011 | 111010 | 100001 |
Color Harmonies of #246D86
Complementary color
Monochromatic Colors of #246D86
Black with #246D86
Text Example
Text Example
White with #246D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D86; }
p { color: rgb(36,109,134); }
H1.HeaderClassName
{
color: #246D86;
}
.AnyTagClassName
{
color: #246D86;
}
</style>
background-color css
<style>
a { background-color: #246D86; }
a { background-color: rgb(36,109,134); }
div.DivClassName
{
background-color: #246D86;
}
.BgClassName
{
background-color: #246D86;
}
</style>
border-color css
<style>
span { border-color: #246D86; }
span { border-color: rgb(36,109,134); }
td.TdClassName
{
border-color: #246D86;
}
.TagClassName
{
border-color: #246D86;
}
</style>