Shades of Allports #246A80
Tints of Allports #246A80
RGB
CMYK
RGB Variations
Color information
#246A80 (or 0x246A80) is known color: Allports. HEX triplet: 24, 6A and 80. RGB value is (36,106,128). Sum of RGB (Red+Green+Blue) = 36+106+128=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #246A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A80 is #DB957F. Grayscale: #575757. Windows color (decimal): -14390656 or 8415780. OLE color: 8415780.
HSL color Cylindrical-coordinate representation of color #246A80: hue angle of 194.35º 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 #246A80 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 106 | 128 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.50 |
| HSL | 194.35º | 0.56% | 0.32% | - |
| HSV(B) | 194.35º | 0.72% | 0.5% | - |
| XYZ | 9.78 | 12.24 | 22.27 | - |
| YUV | 87.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 128 | 0.72 | 0.17 | 0 | 0.50 | 194.35 | 0.56 | 0.32 |
| Hex | 24 | 6A | 80 | 48 | 11 | 0 | 32 | C2 | 38 | 20 |
| Octal | 44 | 152 | 200 | 110 | 21 | 0 | 62 | 302 | 70 | 40 |
| Binary | 100100 | 1101010 | 10000000 | 1001000 | 10001 | 0 | 110010 | 11000010 | 111000 | 100000 |
Color Harmonies of #246A80
Complementary color
Monochromatic Colors of #246A80
Black with #246A80
Text Example
Text Example
White with #246A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A80; }
p { color: rgb(36,106,128); }
H1.HeaderClassName
{
color: #246A80;
}
.AnyTagClassName
{
color: #246A80;
}
</style>
background-color css
<style>
a { background-color: #246A80; }
a { background-color: rgb(36,106,128); }
div.DivClassName
{
background-color: #246A80;
}
.BgClassName
{
background-color: #246A80;
}
</style>
border-color css
<style>
span { border-color: #246A80; }
span { border-color: rgb(36,106,128); }
td.TdClassName
{
border-color: #246A80;
}
.TagClassName
{
border-color: #246A80;
}
</style>