Shades of Allports #246570
Tints of Allports #246570
RGB
CMYK
RGB Variations
Color information
#246570 (or 0x246570) is known color: Allports. HEX triplet: 24, 65 and 70. RGB value is (36,101,112). Sum of RGB (Red+Green+Blue) = 36+101+112=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #246570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246570 is #DB9A8F. Grayscale: #525252. Windows color (decimal): -14391952 or 7365924. OLE color: 7365924.
HSL color Cylindrical-coordinate representation of color #246570: hue angle of 188.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246570 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 101 | 112 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.56 |
| HSL | 188.68º | 0.51% | 0.29% | - |
| HSV(B) | 188.68º | 0.68% | 0.44% | - |
| XYZ | 8.31 | 10.85 | 16.99 | - |
| YUV | 82.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 112 | 0.68 | 0.10 | 0 | 0.56 | 188.68 | 0.51 | 0.29 |
| Hex | 24 | 65 | 70 | 44 | A | 0 | 38 | BD | 33 | 1D |
| Octal | 44 | 145 | 160 | 104 | 12 | 0 | 70 | 275 | 63 | 35 |
| Binary | 100100 | 1100101 | 1110000 | 1000100 | 1010 | 0 | 111000 | 10111101 | 110011 | 11101 |
Color Harmonies of #246570
Complementary color
Monochromatic Colors of #246570
Black with #246570
Text Example
Text Example
White with #246570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246570; }
p { color: rgb(36,101,112); }
H1.HeaderClassName
{
color: #246570;
}
.AnyTagClassName
{
color: #246570;
}
</style>
background-color css
<style>
a { background-color: #246570; }
a { background-color: rgb(36,101,112); }
div.DivClassName
{
background-color: #246570;
}
.BgClassName
{
background-color: #246570;
}
</style>
border-color css
<style>
span { border-color: #246570; }
span { border-color: rgb(36,101,112); }
td.TdClassName
{
border-color: #246570;
}
.TagClassName
{
border-color: #246570;
}
</style>