Shades of Allports #21748E
Tints of Allports #21748E
RGB
CMYK
RGB Variations
Color information
#21748E (or 0x21748E) is known color: Allports. HEX triplet: 21, 74 and 8E. RGB value is (33,116,142). Sum of RGB (Red+Green+Blue) = 33+116+142=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #21748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21748E is #DE8B71. Grayscale: #5D5D5D. Windows color (decimal): -14584690 or 9335841. OLE color: 9335841.
HSL color Cylindrical-coordinate representation of color #21748E: hue angle of 194.31º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21748E is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 116 | 142 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.44 |
| HSL | 194.31º | 0.62% | 0.34% | - |
| HSV(B) | 194.31º | 0.77% | 0.56% | - |
| XYZ | 11.76 | 14.77 | 27.82 | - |
| YUV | 94.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 142 | 0.77 | 0.18 | 0 | 0.44 | 194.31 | 0.62 | 0.34 |
| Hex | 21 | 74 | 8E | 4D | 12 | 0 | 2C | C2 | 3E | 22 |
| Octal | 41 | 164 | 216 | 115 | 22 | 0 | 54 | 302 | 76 | 42 |
| Binary | 100001 | 1110100 | 10001110 | 1001101 | 10010 | 0 | 101100 | 11000010 | 111110 | 100010 |
Color Harmonies of #21748E
Complementary color
Monochromatic Colors of #21748E
Black with #21748E
Text Example
Text Example
White with #21748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21748E; }
p { color: rgb(33,116,142); }
H1.HeaderClassName
{
color: #21748E;
}
.AnyTagClassName
{
color: #21748E;
}
</style>
background-color css
<style>
a { background-color: #21748E; }
a { background-color: rgb(33,116,142); }
div.DivClassName
{
background-color: #21748E;
}
.BgClassName
{
background-color: #21748E;
}
</style>
border-color css
<style>
span { border-color: #21748E; }
span { border-color: rgb(33,116,142); }
td.TdClassName
{
border-color: #21748E;
}
.TagClassName
{
border-color: #21748E;
}
</style>