Shades of Allports #21748A
Tints of Allports #21748A
RGB
CMYK
RGB Variations
Color information
#21748A (or 0x21748A) is known color: Allports. HEX triplet: 21, 74 and 8A. RGB value is (33,116,138). Sum of RGB (Red+Green+Blue) = 33+116+138=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #21748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21748A is #DE8B75. Grayscale: #5D5D5D. Windows color (decimal): -14584694 or 9073697. OLE color: 9073697.
HSL color Cylindrical-coordinate representation of color #21748A: hue angle of 192.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21748A is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 116 | 138 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.46 |
| HSL | 192.57º | 0.61% | 0.34% | - |
| HSV(B) | 192.57º | 0.76% | 0.54% | - |
| XYZ | 11.46 | 14.65 | 26.27 | - |
| YUV | 93.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 138 | 0.76 | 0.16 | 0 | 0.46 | 192.57 | 0.61 | 0.34 |
| Hex | 21 | 74 | 8A | 4C | 10 | 0 | 2E | C1 | 3D | 22 |
| Octal | 41 | 164 | 212 | 114 | 20 | 0 | 56 | 301 | 75 | 42 |
| Binary | 100001 | 1110100 | 10001010 | 1001100 | 10000 | 0 | 101110 | 11000001 | 111101 | 100010 |
Color Harmonies of #21748A
Complementary color
Monochromatic Colors of #21748A
Black with #21748A
Text Example
Text Example
White with #21748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21748A; }
p { color: rgb(33,116,138); }
H1.HeaderClassName
{
color: #21748A;
}
.AnyTagClassName
{
color: #21748A;
}
</style>
background-color css
<style>
a { background-color: #21748A; }
a { background-color: rgb(33,116,138); }
div.DivClassName
{
background-color: #21748A;
}
.BgClassName
{
background-color: #21748A;
}
</style>
border-color css
<style>
span { border-color: #21748A; }
span { border-color: rgb(33,116,138); }
td.TdClassName
{
border-color: #21748A;
}
.TagClassName
{
border-color: #21748A;
}
</style>