Shades of Allports #246573
Tints of Allports #246573
RGB
CMYK
RGB Variations
Color information
#246573 (or 0x246573) is known color: Allports. HEX triplet: 24, 65 and 73. RGB value is (36,101,115). Sum of RGB (Red+Green+Blue) = 36+101+115=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #246573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246573 is #DB9A8C. Grayscale: #535353. Windows color (decimal): -14391949 or 7562532. OLE color: 7562532.
HSL color Cylindrical-coordinate representation of color #246573: hue angle of 190.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246573 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 101 | 115 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.55 |
| HSL | 190.63º | 0.52% | 0.3% | - |
| HSV(B) | 190.63º | 0.69% | 0.45% | - |
| XYZ | 8.48 | 10.92 | 17.88 | - |
| YUV | 83.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 115 | 0.69 | 0.12 | 0 | 0.55 | 190.63 | 0.52 | 0.3 |
| Hex | 24 | 65 | 73 | 45 | C | 0 | 37 | BF | 34 | 1E |
| Octal | 44 | 145 | 163 | 105 | 14 | 0 | 67 | 277 | 64 | 36 |
| Binary | 100100 | 1100101 | 1110011 | 1000101 | 1100 | 0 | 110111 | 10111111 | 110100 | 11110 |
Color Harmonies of #246573
Complementary color
Monochromatic Colors of #246573
Black with #246573
Text Example
Text Example
White with #246573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246573; }
p { color: rgb(36,101,115); }
H1.HeaderClassName
{
color: #246573;
}
.AnyTagClassName
{
color: #246573;
}
</style>
background-color css
<style>
a { background-color: #246573; }
a { background-color: rgb(36,101,115); }
div.DivClassName
{
background-color: #246573;
}
.BgClassName
{
background-color: #246573;
}
</style>
border-color css
<style>
span { border-color: #246573; }
span { border-color: rgb(36,101,115); }
td.TdClassName
{
border-color: #246573;
}
.TagClassName
{
border-color: #246573;
}
</style>