Shades of Allports #246882
Tints of Allports #246882
RGB
CMYK
RGB Variations
Color information
#246882 (or 0x246882) is known color: Allports. HEX triplet: 24, 68 and 82. RGB value is (36,104,130). Sum of RGB (Red+Green+Blue) = 36+104+130=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #246882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246882 is #DB977D. Grayscale: #565656. Windows color (decimal): -14391166 or 8546340. OLE color: 8546340.
HSL color Cylindrical-coordinate representation of color #246882: hue angle of 196.6º 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 #246882 is Cyan = 0.72, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 104 | 130 | - |
| CMYK | 0.72 | 0.2 | 0 | 0.49 |
| HSL | 196.6º | 0.57% | 0.33% | - |
| HSV(B) | 196.6º | 0.72% | 0.51% | - |
| XYZ | 9.71 | 11.89 | 22.9 | - |
| YUV | 86.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 130 | 0.72 | 0.2 | 0 | 0.49 | 196.6 | 0.57 | 0.33 |
| Hex | 24 | 68 | 82 | 48 | 14 | 0 | 31 | C5 | 39 | 21 |
| Octal | 44 | 150 | 202 | 110 | 24 | 0 | 61 | 305 | 71 | 41 |
| Binary | 100100 | 1101000 | 10000010 | 1001000 | 10100 | 0 | 110001 | 11000101 | 111001 | 100001 |
Color Harmonies of #246882
Complementary color
Monochromatic Colors of #246882
Black with #246882
Text Example
Text Example
White with #246882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246882; }
p { color: rgb(36,104,130); }
H1.HeaderClassName
{
color: #246882;
}
.AnyTagClassName
{
color: #246882;
}
</style>
background-color css
<style>
a { background-color: #246882; }
a { background-color: rgb(36,104,130); }
div.DivClassName
{
background-color: #246882;
}
.BgClassName
{
background-color: #246882;
}
</style>
border-color css
<style>
span { border-color: #246882; }
span { border-color: rgb(36,104,130); }
td.TdClassName
{
border-color: #246882;
}
.TagClassName
{
border-color: #246882;
}
</style>