Shades of Allports #246575
Tints of Allports #246575
RGB
CMYK
RGB Variations
Color information
#246575 (or 0x246575) is known color: Allports. HEX triplet: 24, 65 and 75. RGB value is (36,101,117). Sum of RGB (Red+Green+Blue) = 36+101+117=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #246575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246575 is #DB9A8A. Grayscale: #535353. Windows color (decimal): -14391947 or 7693604. OLE color: 7693604.
HSL color Cylindrical-coordinate representation of color #246575: hue angle of 191.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246575 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 101 | 117 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.54 |
| HSL | 191.85º | 0.53% | 0.3% | - |
| HSV(B) | 191.85º | 0.69% | 0.46% | - |
| XYZ | 8.59 | 10.97 | 18.49 | - |
| YUV | 83.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 117 | 0.69 | 0.14 | 0 | 0.54 | 191.85 | 0.53 | 0.3 |
| Hex | 24 | 65 | 75 | 45 | E | 0 | 36 | C0 | 35 | 1E |
| Octal | 44 | 145 | 165 | 105 | 16 | 0 | 66 | 300 | 65 | 36 |
| Binary | 100100 | 1100101 | 1110101 | 1000101 | 1110 | 0 | 110110 | 11000000 | 110101 | 11110 |
Color Harmonies of #246575
Complementary color
Monochromatic Colors of #246575
Black with #246575
Text Example
Text Example
White with #246575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246575; }
p { color: rgb(36,101,117); }
H1.HeaderClassName
{
color: #246575;
}
.AnyTagClassName
{
color: #246575;
}
</style>
background-color css
<style>
a { background-color: #246575; }
a { background-color: rgb(36,101,117); }
div.DivClassName
{
background-color: #246575;
}
.BgClassName
{
background-color: #246575;
}
</style>
border-color css
<style>
span { border-color: #246575; }
span { border-color: rgb(36,101,117); }
td.TdClassName
{
border-color: #246575;
}
.TagClassName
{
border-color: #246575;
}
</style>