Shades of Allports #246E7C
Tints of Allports #246E7C
RGB
CMYK
RGB Variations
Color information
#246E7C (or 0x246E7C) is known color: Allports. HEX triplet: 24, 6E and 7C. RGB value is (36,110,124). Sum of RGB (Red+Green+Blue) = 36+110+124=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #246E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E7C is #DB9183. Grayscale: #595959. Windows color (decimal): -14389636 or 8154660. OLE color: 8154660.
HSL color Cylindrical-coordinate representation of color #246E7C: hue angle of 189.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #246E7C is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 110 | 124 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.51 |
| HSL | 189.55º | 0.55% | 0.31% | - |
| HSV(B) | 189.55º | 0.71% | 0.49% | - |
| XYZ | 9.94 | 12.98 | 21.05 | - |
| YUV | 89.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 124 | 0.71 | 0.11 | 0 | 0.51 | 189.55 | 0.55 | 0.31 |
| Hex | 24 | 6E | 7C | 47 | B | 0 | 33 | BE | 37 | 1F |
| Octal | 44 | 156 | 174 | 107 | 13 | 0 | 63 | 276 | 67 | 37 |
| Binary | 100100 | 1101110 | 1111100 | 1000111 | 1011 | 0 | 110011 | 10111110 | 110111 | 11111 |
Color Harmonies of #246E7C
Complementary color
Monochromatic Colors of #246E7C
Black with #246E7C
Text Example
Text Example
White with #246E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E7C; }
p { color: rgb(36,110,124); }
H1.HeaderClassName
{
color: #246E7C;
}
.AnyTagClassName
{
color: #246E7C;
}
</style>
background-color css
<style>
a { background-color: #246E7C; }
a { background-color: rgb(36,110,124); }
div.DivClassName
{
background-color: #246E7C;
}
.BgClassName
{
background-color: #246E7C;
}
</style>
border-color css
<style>
span { border-color: #246E7C; }
span { border-color: rgb(36,110,124); }
td.TdClassName
{
border-color: #246E7C;
}
.TagClassName
{
border-color: #246E7C;
}
</style>