Shades of Allports #21738F
Tints of Allports #21738F
RGB
CMYK
RGB Variations
Color information
#21738F (or 0x21738F) is known color: Allports. HEX triplet: 21, 73 and 8F. RGB value is (33,115,143). Sum of RGB (Red+Green+Blue) = 33+115+143=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #21738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21738F is #DE8C70. Grayscale: #5D5D5D. Windows color (decimal): -14584945 or 9401121. OLE color: 9401121.
HSL color Cylindrical-coordinate representation of color #21738F: hue angle of 195.27º 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 #21738F is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 115 | 143 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.44 |
| HSL | 195.27º | 0.63% | 0.35% | - |
| HSV(B) | 195.27º | 0.77% | 0.56% | - |
| XYZ | 11.72 | 14.57 | 28.18 | - |
| YUV | 93.67 | 155.83 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 143 | 0.77 | 0.20 | 0 | 0.44 | 195.27 | 0.63 | 0.35 |
| Hex | 21 | 73 | 8F | 4D | 14 | 0 | 2C | C3 | 3E | 23 |
| Octal | 41 | 163 | 217 | 115 | 24 | 0 | 54 | 303 | 76 | 43 |
| Binary | 100001 | 1110011 | 10001111 | 1001101 | 10100 | 0 | 101100 | 11000011 | 111110 | 100011 |
Color Harmonies of #21738F
Complementary color
Monochromatic Colors of #21738F
Black with #21738F
Text Example
Text Example
White with #21738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21738F; }
p { color: rgb(33,115,143); }
H1.HeaderClassName
{
color: #21738F;
}
.AnyTagClassName
{
color: #21738F;
}
</style>
background-color css
<style>
a { background-color: #21738F; }
a { background-color: rgb(33,115,143); }
div.DivClassName
{
background-color: #21738F;
}
.BgClassName
{
background-color: #21738F;
}
</style>
border-color css
<style>
span { border-color: #21738F; }
span { border-color: rgb(33,115,143); }
td.TdClassName
{
border-color: #21738F;
}
.TagClassName
{
border-color: #21738F;
}
</style>