Shades of Allports #24667A
Tints of Allports #24667A
RGB
CMYK
RGB Variations
Color information
#24667A (or 0x24667A) is known color: Allports. HEX triplet: 24, 66 and 7A. RGB value is (36,102,122). Sum of RGB (Red+Green+Blue) = 36+102+122=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #24667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24667A is #DB9985. Grayscale: #545454. Windows color (decimal): -14391686 or 8021540. OLE color: 8021540.
HSL color Cylindrical-coordinate representation of color #24667A: hue angle of 193.95º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24667A is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 102 | 122 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.52 |
| HSL | 193.95º | 0.54% | 0.31% | - |
| HSV(B) | 193.95º | 0.7% | 0.48% | - |
| XYZ | 8.99 | 11.28 | 20.12 | - |
| YUV | 84.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 122 | 0.70 | 0.16 | 0 | 0.52 | 193.95 | 0.54 | 0.31 |
| Hex | 24 | 66 | 7A | 46 | 10 | 0 | 34 | C2 | 36 | 1F |
| Octal | 44 | 146 | 172 | 106 | 20 | 0 | 64 | 302 | 66 | 37 |
| Binary | 100100 | 1100110 | 1111010 | 1000110 | 10000 | 0 | 110100 | 11000010 | 110110 | 11111 |
Color Harmonies of #24667A
Complementary color
Monochromatic Colors of #24667A
Black with #24667A
Text Example
Text Example
White with #24667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24667A; }
p { color: rgb(36,102,122); }
H1.HeaderClassName
{
color: #24667A;
}
.AnyTagClassName
{
color: #24667A;
}
</style>
background-color css
<style>
a { background-color: #24667A; }
a { background-color: rgb(36,102,122); }
div.DivClassName
{
background-color: #24667A;
}
.BgClassName
{
background-color: #24667A;
}
</style>
border-color css
<style>
span { border-color: #24667A; }
span { border-color: rgb(36,102,122); }
td.TdClassName
{
border-color: #24667A;
}
.TagClassName
{
border-color: #24667A;
}
</style>