Shades of Allports #246D80
Tints of Allports #246D80
RGB
CMYK
RGB Variations
Color information
#246D80 (or 0x246D80) is known color: Allports. HEX triplet: 24, 6D and 80. RGB value is (36,109,128). Sum of RGB (Red+Green+Blue) = 36+109+128=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #246D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D80 is #DB927F. Grayscale: #595959. Windows color (decimal): -14389888 or 8416548. OLE color: 8416548.
HSL color Cylindrical-coordinate representation of color #246D80: hue angle of 192.39º 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 #246D80 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 109 | 128 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.50 |
| HSL | 192.39º | 0.56% | 0.32% | - |
| HSV(B) | 192.39º | 0.72% | 0.5% | - |
| XYZ | 10.09 | 12.87 | 22.37 | - |
| YUV | 89.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 128 | 0.72 | 0.15 | 0 | 0.50 | 192.39 | 0.56 | 0.32 |
| Hex | 24 | 6D | 80 | 48 | F | 0 | 32 | C0 | 38 | 20 |
| Octal | 44 | 155 | 200 | 110 | 17 | 0 | 62 | 300 | 70 | 40 |
| Binary | 100100 | 1101101 | 10000000 | 1001000 | 1111 | 0 | 110010 | 11000000 | 111000 | 100000 |
Color Harmonies of #246D80
Complementary color
Monochromatic Colors of #246D80
Black with #246D80
Text Example
Text Example
White with #246D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D80; }
p { color: rgb(36,109,128); }
H1.HeaderClassName
{
color: #246D80;
}
.AnyTagClassName
{
color: #246D80;
}
</style>
background-color css
<style>
a { background-color: #246D80; }
a { background-color: rgb(36,109,128); }
div.DivClassName
{
background-color: #246D80;
}
.BgClassName
{
background-color: #246D80;
}
</style>
border-color css
<style>
span { border-color: #246D80; }
span { border-color: rgb(36,109,128); }
td.TdClassName
{
border-color: #246D80;
}
.TagClassName
{
border-color: #246D80;
}
</style>