Shades of Allports #21758F
Tints of Allports #21758F
RGB
CMYK
RGB Variations
Color information
#21758F (or 0x21758F) is known color: Allports. HEX triplet: 21, 75 and 8F. RGB value is (33,117,143). Sum of RGB (Red+Green+Blue) = 33+117+143=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #21758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21758F is #DE8A70. Grayscale: #5E5E5E. Windows color (decimal): -14584433 or 9401633. OLE color: 9401633.
HSL color Cylindrical-coordinate representation of color #21758F: hue angle of 194.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21758F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 117 | 143 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.44 |
| HSL | 194.18º | 0.63% | 0.35% | - |
| HSV(B) | 194.18º | 0.77% | 0.56% | - |
| XYZ | 11.95 | 15.03 | 28.26 | - |
| YUV | 94.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 143 | 0.77 | 0.18 | 0 | 0.44 | 194.18 | 0.63 | 0.35 |
| Hex | 21 | 75 | 8F | 4D | 12 | 0 | 2C | C2 | 3E | 23 |
| Octal | 41 | 165 | 217 | 115 | 22 | 0 | 54 | 302 | 76 | 43 |
| Binary | 100001 | 1110101 | 10001111 | 1001101 | 10010 | 0 | 101100 | 11000010 | 111110 | 100011 |
Color Harmonies of #21758F
Complementary color
Monochromatic Colors of #21758F
Black with #21758F
Text Example
Text Example
White with #21758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21758F; }
p { color: rgb(33,117,143); }
H1.HeaderClassName
{
color: #21758F;
}
.AnyTagClassName
{
color: #21758F;
}
</style>
background-color css
<style>
a { background-color: #21758F; }
a { background-color: rgb(33,117,143); }
div.DivClassName
{
background-color: #21758F;
}
.BgClassName
{
background-color: #21758F;
}
</style>
border-color css
<style>
span { border-color: #21758F; }
span { border-color: rgb(33,117,143); }
td.TdClassName
{
border-color: #21758F;
}
.TagClassName
{
border-color: #21758F;
}
</style>