Shades of Allports #246874
Tints of Allports #246874
RGB
CMYK
RGB Variations
Color information
#246874 (or 0x246874) is known color: Allports. HEX triplet: 24, 68 and 74. RGB value is (36,104,116). Sum of RGB (Red+Green+Blue) = 36+104+116=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #246874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246874 is #DB978B. Grayscale: #545454. Windows color (decimal): -14391180 or 7628836. OLE color: 7628836.
HSL color Cylindrical-coordinate representation of color #246874: hue angle of 189º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246874 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 104 | 116 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.55 |
| HSL | 189º | 0.53% | 0.3% | - |
| HSV(B) | 189º | 0.69% | 0.45% | - |
| XYZ | 8.83 | 11.54 | 18.28 | - |
| YUV | 85.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 116 | 0.69 | 0.10 | 0 | 0.55 | 189 | 0.53 | 0.3 |
| Hex | 24 | 68 | 74 | 45 | A | 0 | 37 | BD | 35 | 1E |
| Octal | 44 | 150 | 164 | 105 | 12 | 0 | 67 | 275 | 65 | 36 |
| Binary | 100100 | 1101000 | 1110100 | 1000101 | 1010 | 0 | 110111 | 10111101 | 110101 | 11110 |
Color Harmonies of #246874
Complementary color
Monochromatic Colors of #246874
Black with #246874
Text Example
Text Example
White with #246874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246874; }
p { color: rgb(36,104,116); }
H1.HeaderClassName
{
color: #246874;
}
.AnyTagClassName
{
color: #246874;
}
</style>
background-color css
<style>
a { background-color: #246874; }
a { background-color: rgb(36,104,116); }
div.DivClassName
{
background-color: #246874;
}
.BgClassName
{
background-color: #246874;
}
</style>
border-color css
<style>
span { border-color: #246874; }
span { border-color: rgb(36,104,116); }
td.TdClassName
{
border-color: #246874;
}
.TagClassName
{
border-color: #246874;
}
</style>