Shades of Allports #246C86
Tints of Allports #246C86
RGB
CMYK
RGB Variations
Color information
#246C86 (or 0x246C86) is known color: Allports. HEX triplet: 24, 6C and 86. RGB value is (36,108,134). Sum of RGB (Red+Green+Blue) = 36+108+134=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #246C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C86 is #DB9379. Grayscale: #595959. Windows color (decimal): -14390138 or 8809508. OLE color: 8809508.
HSL color Cylindrical-coordinate representation of color #246C86: hue angle of 195.92º 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 #246C86 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 108 | 134 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.47 |
| HSL | 195.92º | 0.58% | 0.33% | - |
| HSV(B) | 195.92º | 0.73% | 0.53% | - |
| XYZ | 10.39 | 12.82 | 24.48 | - |
| YUV | 89.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 134 | 0.73 | 0.19 | 0 | 0.47 | 195.92 | 0.58 | 0.33 |
| Hex | 24 | 6C | 86 | 49 | 13 | 0 | 2F | C4 | 3A | 21 |
| Octal | 44 | 154 | 206 | 111 | 23 | 0 | 57 | 304 | 72 | 41 |
| Binary | 100100 | 1101100 | 10000110 | 1001001 | 10011 | 0 | 101111 | 11000100 | 111010 | 100001 |
Color Harmonies of #246C86
Complementary color
Monochromatic Colors of #246C86
Black with #246C86
Text Example
Text Example
White with #246C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C86; }
p { color: rgb(36,108,134); }
H1.HeaderClassName
{
color: #246C86;
}
.AnyTagClassName
{
color: #246C86;
}
</style>
background-color css
<style>
a { background-color: #246C86; }
a { background-color: rgb(36,108,134); }
div.DivClassName
{
background-color: #246C86;
}
.BgClassName
{
background-color: #246C86;
}
</style>
border-color css
<style>
span { border-color: #246C86; }
span { border-color: rgb(36,108,134); }
td.TdClassName
{
border-color: #246C86;
}
.TagClassName
{
border-color: #246C86;
}
</style>