Shades of Allports #246E7D
Tints of Allports #246E7D
RGB
CMYK
RGB Variations
Color information
#246E7D (or 0x246E7D) is known color: Allports. HEX triplet: 24, 6E and 7D. RGB value is (36,110,125). Sum of RGB (Red+Green+Blue) = 36+110+125=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #246E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E7D is #DB9182. Grayscale: #595959. Windows color (decimal): -14389635 or 8220196. OLE color: 8220196.
HSL color Cylindrical-coordinate representation of color #246E7D: hue angle of 190.11º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #246E7D is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 110 | 125 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.51 |
| HSL | 190.11º | 0.55% | 0.32% | - |
| HSV(B) | 190.11º | 0.71% | 0.49% | - |
| XYZ | 10.01 | 13.01 | 21.39 | - |
| YUV | 89.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 125 | 0.71 | 0.12 | 0 | 0.51 | 190.11 | 0.55 | 0.32 |
| Hex | 24 | 6E | 7D | 47 | C | 0 | 33 | BE | 37 | 20 |
| Octal | 44 | 156 | 175 | 107 | 14 | 0 | 63 | 276 | 67 | 40 |
| Binary | 100100 | 1101110 | 1111101 | 1000111 | 1100 | 0 | 110011 | 10111110 | 110111 | 100000 |
Color Harmonies of #246E7D
Complementary color
Monochromatic Colors of #246E7D
Black with #246E7D
Text Example
Text Example
White with #246E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E7D; }
p { color: rgb(36,110,125); }
H1.HeaderClassName
{
color: #246E7D;
}
.AnyTagClassName
{
color: #246E7D;
}
</style>
background-color css
<style>
a { background-color: #246E7D; }
a { background-color: rgb(36,110,125); }
div.DivClassName
{
background-color: #246E7D;
}
.BgClassName
{
background-color: #246E7D;
}
</style>
border-color css
<style>
span { border-color: #246E7D; }
span { border-color: rgb(36,110,125); }
td.TdClassName
{
border-color: #246E7D;
}
.TagClassName
{
border-color: #246E7D;
}
</style>