Shades of Allports #246582
Tints of Allports #246582
RGB
CMYK
RGB Variations
Color information
#246582 (or 0x246582) is known color: Allports. HEX triplet: 24, 65 and 82. RGB value is (36,101,130). Sum of RGB (Red+Green+Blue) = 36+101+130=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #246582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246582 is #DB9A7D. Grayscale: #545454. Windows color (decimal): -14391934 or 8545572. OLE color: 8545572.
HSL color Cylindrical-coordinate representation of color #246582: hue angle of 198.51º 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 #246582 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 101 | 130 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.49 |
| HSL | 198.51º | 0.57% | 0.33% | - |
| HSV(B) | 198.51º | 0.72% | 0.51% | - |
| XYZ | 9.41 | 11.29 | 22.8 | - |
| YUV | 84.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 130 | 0.72 | 0.22 | 0 | 0.49 | 198.51 | 0.57 | 0.33 |
| Hex | 24 | 65 | 82 | 48 | 16 | 0 | 31 | C7 | 39 | 21 |
| Octal | 44 | 145 | 202 | 110 | 26 | 0 | 61 | 307 | 71 | 41 |
| Binary | 100100 | 1100101 | 10000010 | 1001000 | 10110 | 0 | 110001 | 11000111 | 111001 | 100001 |
Color Harmonies of #246582
Complementary color
Monochromatic Colors of #246582
Black with #246582
Text Example
Text Example
White with #246582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246582; }
p { color: rgb(36,101,130); }
H1.HeaderClassName
{
color: #246582;
}
.AnyTagClassName
{
color: #246582;
}
</style>
background-color css
<style>
a { background-color: #246582; }
a { background-color: rgb(36,101,130); }
div.DivClassName
{
background-color: #246582;
}
.BgClassName
{
background-color: #246582;
}
</style>
border-color css
<style>
span { border-color: #246582; }
span { border-color: rgb(36,101,130); }
td.TdClassName
{
border-color: #246582;
}
.TagClassName
{
border-color: #246582;
}
</style>