Shades of Allports #217384
Tints of Allports #217384
RGB
CMYK
RGB Variations
Color information
#217384 (or 0x217384) is known color: Allports. HEX triplet: 21, 73 and 84. RGB value is (33,115,132). Sum of RGB (Red+Green+Blue) = 33+115+132=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #217384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217384 is #DE8C7B. Grayscale: #5C5C5C. Windows color (decimal): -14584956 or 8680225. OLE color: 8680225.
HSL color Cylindrical-coordinate representation of color #217384: hue angle of 190.3º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217384 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 115 | 132 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.48 |
| HSL | 190.3º | 0.6% | 0.32% | - |
| HSV(B) | 190.3º | 0.75% | 0.52% | - |
| XYZ | 10.92 | 14.25 | 24 | - |
| YUV | 92.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 132 | 0.75 | 0.13 | 0 | 0.48 | 190.3 | 0.6 | 0.32 |
| Hex | 21 | 73 | 84 | 4B | D | 0 | 30 | BE | 3C | 20 |
| Octal | 41 | 163 | 204 | 113 | 15 | 0 | 60 | 276 | 74 | 40 |
| Binary | 100001 | 1110011 | 10000100 | 1001011 | 1101 | 0 | 110000 | 10111110 | 111100 | 100000 |
Color Harmonies of #217384
Complementary color
Monochromatic Colors of #217384
Black with #217384
Text Example
Text Example
White with #217384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217384; }
p { color: rgb(33,115,132); }
H1.HeaderClassName
{
color: #217384;
}
.AnyTagClassName
{
color: #217384;
}
</style>
background-color css
<style>
a { background-color: #217384; }
a { background-color: rgb(33,115,132); }
div.DivClassName
{
background-color: #217384;
}
.BgClassName
{
background-color: #217384;
}
</style>
border-color css
<style>
span { border-color: #217384; }
span { border-color: rgb(33,115,132); }
td.TdClassName
{
border-color: #217384;
}
.TagClassName
{
border-color: #217384;
}
</style>