Shades of Allports #246985
Tints of Allports #246985
RGB
CMYK
RGB Variations
Color information
#246985 (or 0x246985) is known color: Allports. HEX triplet: 24, 69 and 85. RGB value is (36,105,133). Sum of RGB (Red+Green+Blue) = 36+105+133=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #246985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246985 is #DB967A. Grayscale: #575757. Windows color (decimal): -14390907 or 8743204. OLE color: 8743204.
HSL color Cylindrical-coordinate representation of color #246985: hue angle of 197.32º 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 #246985 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 105 | 133 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.48 |
| HSL | 197.32º | 0.57% | 0.33% | - |
| HSV(B) | 197.32º | 0.73% | 0.52% | - |
| XYZ | 10.01 | 12.17 | 24.01 | - |
| YUV | 87.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 133 | 0.73 | 0.21 | 0 | 0.48 | 197.32 | 0.57 | 0.33 |
| Hex | 24 | 69 | 85 | 49 | 15 | 0 | 30 | C5 | 39 | 21 |
| Octal | 44 | 151 | 205 | 111 | 25 | 0 | 60 | 305 | 71 | 41 |
| Binary | 100100 | 1101001 | 10000101 | 1001001 | 10101 | 0 | 110000 | 11000101 | 111001 | 100001 |
Color Harmonies of #246985
Complementary color
Monochromatic Colors of #246985
Black with #246985
Text Example
Text Example
White with #246985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246985; }
p { color: rgb(36,105,133); }
H1.HeaderClassName
{
color: #246985;
}
.AnyTagClassName
{
color: #246985;
}
</style>
background-color css
<style>
a { background-color: #246985; }
a { background-color: rgb(36,105,133); }
div.DivClassName
{
background-color: #246985;
}
.BgClassName
{
background-color: #246985;
}
</style>
border-color css
<style>
span { border-color: #246985; }
span { border-color: rgb(36,105,133); }
td.TdClassName
{
border-color: #246985;
}
.TagClassName
{
border-color: #246985;
}
</style>