Shades of Allports #246E7F
Tints of Allports #246E7F
RGB
CMYK
RGB Variations
Color information
#246E7F (or 0x246E7F) is known color: Allports. HEX triplet: 24, 6E and 7F. RGB value is (36,110,127). Sum of RGB (Red+Green+Blue) = 36+110+127=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #246E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E7F is #DB9180. Grayscale: #595959. Windows color (decimal): -14389633 or 8351268. OLE color: 8351268.
HSL color Cylindrical-coordinate representation of color #246E7F: hue angle of 191.21º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246E7F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 110 | 127 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.50 |
| HSL | 191.21º | 0.56% | 0.32% | - |
| HSV(B) | 191.21º | 0.72% | 0.5% | - |
| XYZ | 10.13 | 13.06 | 22.07 | - |
| YUV | 89.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 127 | 0.72 | 0.13 | 0 | 0.50 | 191.21 | 0.56 | 0.32 |
| Hex | 24 | 6E | 7F | 48 | D | 0 | 32 | BF | 38 | 20 |
| Octal | 44 | 156 | 177 | 110 | 15 | 0 | 62 | 277 | 70 | 40 |
| Binary | 100100 | 1101110 | 1111111 | 1001000 | 1101 | 0 | 110010 | 10111111 | 111000 | 100000 |
Color Harmonies of #246E7F
Complementary color
Monochromatic Colors of #246E7F
Black with #246E7F
Text Example
Text Example
White with #246E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E7F; }
p { color: rgb(36,110,127); }
H1.HeaderClassName
{
color: #246E7F;
}
.AnyTagClassName
{
color: #246E7F;
}
</style>
background-color css
<style>
a { background-color: #246E7F; }
a { background-color: rgb(36,110,127); }
div.DivClassName
{
background-color: #246E7F;
}
.BgClassName
{
background-color: #246E7F;
}
</style>
border-color css
<style>
span { border-color: #246E7F; }
span { border-color: rgb(36,110,127); }
td.TdClassName
{
border-color: #246E7F;
}
.TagClassName
{
border-color: #246E7F;
}
</style>