Shades of Allports #246972
Tints of Allports #246972
RGB
CMYK
RGB Variations
Color information
#246972 (or 0x246972) is known color: Allports. HEX triplet: 24, 69 and 72. RGB value is (36,105,114). Sum of RGB (Red+Green+Blue) = 36+105+114=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #246972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246972 is #DB968D. Grayscale: #555555. Windows color (decimal): -14390926 or 7498020. OLE color: 7498020.
HSL color Cylindrical-coordinate representation of color #246972: hue angle of 186.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246972 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 105 | 114 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.55 |
| HSL | 186.92º | 0.52% | 0.29% | - |
| HSV(B) | 186.92º | 0.68% | 0.45% | - |
| XYZ | 8.82 | 11.69 | 17.71 | - |
| YUV | 85.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 114 | 0.68 | 0.08 | 0 | 0.55 | 186.92 | 0.52 | 0.29 |
| Hex | 24 | 69 | 72 | 44 | 8 | 0 | 37 | BB | 34 | 1D |
| Octal | 44 | 151 | 162 | 104 | 10 | 0 | 67 | 273 | 64 | 35 |
| Binary | 100100 | 1101001 | 1110010 | 1000100 | 1000 | 0 | 110111 | 10111011 | 110100 | 11101 |
Color Harmonies of #246972
Complementary color
Monochromatic Colors of #246972
Black with #246972
Text Example
Text Example
White with #246972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246972; }
p { color: rgb(36,105,114); }
H1.HeaderClassName
{
color: #246972;
}
.AnyTagClassName
{
color: #246972;
}
</style>
background-color css
<style>
a { background-color: #246972; }
a { background-color: rgb(36,105,114); }
div.DivClassName
{
background-color: #246972;
}
.BgClassName
{
background-color: #246972;
}
</style>
border-color css
<style>
span { border-color: #246972; }
span { border-color: rgb(36,105,114); }
td.TdClassName
{
border-color: #246972;
}
.TagClassName
{
border-color: #246972;
}
</style>