Shades of Allports #246784
Tints of Allports #246784
RGB
CMYK
RGB Variations
Color information
#246784 (or 0x246784) is known color: Allports. HEX triplet: 24, 67 and 84. RGB value is (36,103,132). Sum of RGB (Red+Green+Blue) = 36+103+132=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #246784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246784 is #DB987B. Grayscale: #565656. Windows color (decimal): -14391420 or 8677156. OLE color: 8677156.
HSL color Cylindrical-coordinate representation of color #246784: hue angle of 198.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246784 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 103 | 132 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.48 |
| HSL | 198.13º | 0.57% | 0.33% | - |
| HSV(B) | 198.13º | 0.73% | 0.52% | - |
| XYZ | 9.74 | 11.74 | 23.58 | - |
| YUV | 86.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 132 | 0.73 | 0.22 | 0 | 0.48 | 198.13 | 0.57 | 0.33 |
| Hex | 24 | 67 | 84 | 49 | 16 | 0 | 30 | C6 | 39 | 21 |
| Octal | 44 | 147 | 204 | 111 | 26 | 0 | 60 | 306 | 71 | 41 |
| Binary | 100100 | 1100111 | 10000100 | 1001001 | 10110 | 0 | 110000 | 11000110 | 111001 | 100001 |
Color Harmonies of #246784
Complementary color
Monochromatic Colors of #246784
Black with #246784
Text Example
Text Example
White with #246784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246784; }
p { color: rgb(36,103,132); }
H1.HeaderClassName
{
color: #246784;
}
.AnyTagClassName
{
color: #246784;
}
</style>
background-color css
<style>
a { background-color: #246784; }
a { background-color: rgb(36,103,132); }
div.DivClassName
{
background-color: #246784;
}
.BgClassName
{
background-color: #246784;
}
</style>
border-color css
<style>
span { border-color: #246784; }
span { border-color: rgb(36,103,132); }
td.TdClassName
{
border-color: #246784;
}
.TagClassName
{
border-color: #246784;
}
</style>