Shades of Allports #246E82
Tints of Allports #246E82
RGB
CMYK
RGB Variations
Color information
#246E82 (or 0x246E82) is known color: Allports. HEX triplet: 24, 6E and 82. RGB value is (36,110,130). Sum of RGB (Red+Green+Blue) = 36+110+130=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #246E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E82 is #DB917D. Grayscale: #595959. Windows color (decimal): -14389630 or 8547876. OLE color: 8547876.
HSL color Cylindrical-coordinate representation of color #246E82: hue angle of 192.77º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246E82 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 110 | 130 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.77º | 0.57% | 0.33% | - |
| HSV(B) | 192.77º | 0.72% | 0.51% | - |
| XYZ | 10.33 | 13.14 | 23.11 | - |
| YUV | 90.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 130 | 0.72 | 0.15 | 0 | 0.49 | 192.77 | 0.57 | 0.33 |
| Hex | 24 | 6E | 82 | 48 | F | 0 | 31 | C1 | 39 | 21 |
| Octal | 44 | 156 | 202 | 110 | 17 | 0 | 61 | 301 | 71 | 41 |
| Binary | 100100 | 1101110 | 10000010 | 1001000 | 1111 | 0 | 110001 | 11000001 | 111001 | 100001 |
Color Harmonies of #246E82
Complementary color
Monochromatic Colors of #246E82
Black with #246E82
Text Example
Text Example
White with #246E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E82; }
p { color: rgb(36,110,130); }
H1.HeaderClassName
{
color: #246E82;
}
.AnyTagClassName
{
color: #246E82;
}
</style>
background-color css
<style>
a { background-color: #246E82; }
a { background-color: rgb(36,110,130); }
div.DivClassName
{
background-color: #246E82;
}
.BgClassName
{
background-color: #246E82;
}
</style>
border-color css
<style>
span { border-color: #246E82; }
span { border-color: rgb(36,110,130); }
td.TdClassName
{
border-color: #246E82;
}
.TagClassName
{
border-color: #246E82;
}
</style>