Shades of Allports #246A82
Tints of Allports #246A82
RGB
CMYK
RGB Variations
Color information
#246A82 (or 0x246A82) is known color: Allports. HEX triplet: 24, 6A and 82. RGB value is (36,106,130). Sum of RGB (Red+Green+Blue) = 36+106+130=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #246A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A82 is #DB957D. Grayscale: #575757. Windows color (decimal): -14390654 or 8546852. OLE color: 8546852.
HSL color Cylindrical-coordinate representation of color #246A82: hue angle of 195.32º 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 #246A82 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 106 | 130 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.49 |
| HSL | 195.32º | 0.57% | 0.33% | - |
| HSV(B) | 195.32º | 0.72% | 0.51% | - |
| XYZ | 9.91 | 12.29 | 22.97 | - |
| YUV | 87.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 130 | 0.72 | 0.18 | 0 | 0.49 | 195.32 | 0.57 | 0.33 |
| Hex | 24 | 6A | 82 | 48 | 12 | 0 | 31 | C3 | 39 | 21 |
| Octal | 44 | 152 | 202 | 110 | 22 | 0 | 61 | 303 | 71 | 41 |
| Binary | 100100 | 1101010 | 10000010 | 1001000 | 10010 | 0 | 110001 | 11000011 | 111001 | 100001 |
Color Harmonies of #246A82
Complementary color
Monochromatic Colors of #246A82
Black with #246A82
Text Example
Text Example
White with #246A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A82; }
p { color: rgb(36,106,130); }
H1.HeaderClassName
{
color: #246A82;
}
.AnyTagClassName
{
color: #246A82;
}
</style>
background-color css
<style>
a { background-color: #246A82; }
a { background-color: rgb(36,106,130); }
div.DivClassName
{
background-color: #246A82;
}
.BgClassName
{
background-color: #246A82;
}
</style>
border-color css
<style>
span { border-color: #246A82; }
span { border-color: rgb(36,106,130); }
td.TdClassName
{
border-color: #246A82;
}
.TagClassName
{
border-color: #246A82;
}
</style>