Shades of Allports #246682
Tints of Allports #246682
RGB
CMYK
RGB Variations
Color information
#246682 (or 0x246682) is known color: Allports. HEX triplet: 24, 66 and 82. RGB value is (36,102,130). Sum of RGB (Red+Green+Blue) = 36+102+130=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #246682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246682 is #DB997D. Grayscale: #555555. Windows color (decimal): -14391678 or 8545828. OLE color: 8545828.
HSL color Cylindrical-coordinate representation of color #246682: hue angle of 197.87º 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 #246682 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 102 | 130 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.49 |
| HSL | 197.87º | 0.57% | 0.33% | - |
| HSV(B) | 197.87º | 0.72% | 0.51% | - |
| XYZ | 9.51 | 11.49 | 22.84 | - |
| YUV | 85.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 130 | 0.72 | 0.22 | 0 | 0.49 | 197.87 | 0.57 | 0.33 |
| Hex | 24 | 66 | 82 | 48 | 16 | 0 | 31 | C6 | 39 | 21 |
| Octal | 44 | 146 | 202 | 110 | 26 | 0 | 61 | 306 | 71 | 41 |
| Binary | 100100 | 1100110 | 10000010 | 1001000 | 10110 | 0 | 110001 | 11000110 | 111001 | 100001 |
Color Harmonies of #246682
Complementary color
Monochromatic Colors of #246682
Black with #246682
Text Example
Text Example
White with #246682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246682; }
p { color: rgb(36,102,130); }
H1.HeaderClassName
{
color: #246682;
}
.AnyTagClassName
{
color: #246682;
}
</style>
background-color css
<style>
a { background-color: #246682; }
a { background-color: rgb(36,102,130); }
div.DivClassName
{
background-color: #246682;
}
.BgClassName
{
background-color: #246682;
}
</style>
border-color css
<style>
span { border-color: #246682; }
span { border-color: rgb(36,102,130); }
td.TdClassName
{
border-color: #246682;
}
.TagClassName
{
border-color: #246682;
}
</style>