Shades of Allports #246372
Tints of Allports #246372
RGB
CMYK
RGB Variations
Color information
#246372 (or 0x246372) is known color: Allports. HEX triplet: 24, 63 and 72. RGB value is (36,99,114). Sum of RGB (Red+Green+Blue) = 36+99+114=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #246372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246372 is #DB9C8D. Grayscale: #515151. Windows color (decimal): -14392462 or 7496484. OLE color: 7496484.
HSL color Cylindrical-coordinate representation of color #246372: hue angle of 191.54º 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 #246372 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 99 | 114 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.55 |
| HSL | 191.54º | 0.52% | 0.29% | - |
| HSV(B) | 191.54º | 0.68% | 0.45% | - |
| XYZ | 8.23 | 10.51 | 17.52 | - |
| YUV | 81.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 114 | 0.68 | 0.13 | 0 | 0.55 | 191.54 | 0.52 | 0.29 |
| Hex | 24 | 63 | 72 | 44 | D | 0 | 37 | C0 | 34 | 1D |
| Octal | 44 | 143 | 162 | 104 | 15 | 0 | 67 | 300 | 64 | 35 |
| Binary | 100100 | 1100011 | 1110010 | 1000100 | 1101 | 0 | 110111 | 11000000 | 110100 | 11101 |
Color Harmonies of #246372
Complementary color
Monochromatic Colors of #246372
Black with #246372
Text Example
Text Example
White with #246372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246372; }
p { color: rgb(36,99,114); }
H1.HeaderClassName
{
color: #246372;
}
.AnyTagClassName
{
color: #246372;
}
</style>
background-color css
<style>
a { background-color: #246372; }
a { background-color: rgb(36,99,114); }
div.DivClassName
{
background-color: #246372;
}
.BgClassName
{
background-color: #246372;
}
</style>
border-color css
<style>
span { border-color: #246372; }
span { border-color: rgb(36,99,114); }
td.TdClassName
{
border-color: #246372;
}
.TagClassName
{
border-color: #246372;
}
</style>