Shades of Allports #246785
Tints of Allports #246785
RGB
CMYK
RGB Variations
Color information
#246785 (or 0x246785) is known color: Allports. HEX triplet: 24, 67 and 85. RGB value is (36,103,133). Sum of RGB (Red+Green+Blue) = 36+103+133=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #246785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246785 is #DB987A. Grayscale: #565656. Windows color (decimal): -14391419 or 8742692. OLE color: 8742692.
HSL color Cylindrical-coordinate representation of color #246785: hue angle of 198.56º 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 #246785 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 103 | 133 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.48 |
| HSL | 198.56º | 0.57% | 0.33% | - |
| HSV(B) | 198.56º | 0.73% | 0.52% | - |
| XYZ | 9.81 | 11.77 | 23.94 | - |
| YUV | 86.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 133 | 0.73 | 0.23 | 0 | 0.48 | 198.56 | 0.57 | 0.33 |
| Hex | 24 | 67 | 85 | 49 | 17 | 0 | 30 | C7 | 39 | 21 |
| Octal | 44 | 147 | 205 | 111 | 27 | 0 | 60 | 307 | 71 | 41 |
| Binary | 100100 | 1100111 | 10000101 | 1001001 | 10111 | 0 | 110000 | 11000111 | 111001 | 100001 |
Color Harmonies of #246785
Complementary color
Monochromatic Colors of #246785
Black with #246785
Text Example
Text Example
White with #246785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246785; }
p { color: rgb(36,103,133); }
H1.HeaderClassName
{
color: #246785;
}
.AnyTagClassName
{
color: #246785;
}
</style>
background-color css
<style>
a { background-color: #246785; }
a { background-color: rgb(36,103,133); }
div.DivClassName
{
background-color: #246785;
}
.BgClassName
{
background-color: #246785;
}
</style>
border-color css
<style>
span { border-color: #246785; }
span { border-color: rgb(36,103,133); }
td.TdClassName
{
border-color: #246785;
}
.TagClassName
{
border-color: #246785;
}
</style>