Shades of Allports #21668A
Tints of Allports #21668A
RGB
CMYK
RGB Variations
Color information
#21668A (or 0x21668A) is known color: Allports. HEX triplet: 21, 66 and 8A. RGB value is (33,102,138). Sum of RGB (Red+Green+Blue) = 33+102+138=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #21668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21668A is #DE9975. Grayscale: #555555. Windows color (decimal): -14588278 or 9070113. OLE color: 9070113.
HSL color Cylindrical-coordinate representation of color #21668A: hue angle of 200.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 #21668A is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 102 | 138 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.46 |
| HSL | 200.57º | 0.61% | 0.34% | - |
| HSV(B) | 200.57º | 0.76% | 0.54% | - |
| XYZ | 9.97 | 11.66 | 25.77 | - |
| YUV | 85.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 138 | 0.76 | 0.26 | 0 | 0.46 | 200.57 | 0.61 | 0.34 |
| Hex | 21 | 66 | 8A | 4C | 1A | 0 | 2E | C9 | 3D | 22 |
| Octal | 41 | 146 | 212 | 114 | 32 | 0 | 56 | 311 | 75 | 42 |
| Binary | 100001 | 1100110 | 10001010 | 1001100 | 11010 | 0 | 101110 | 11001001 | 111101 | 100010 |
Color Harmonies of #21668A
Complementary color
Monochromatic Colors of #21668A
Black with #21668A
Text Example
Text Example
White with #21668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21668A; }
p { color: rgb(33,102,138); }
H1.HeaderClassName
{
color: #21668A;
}
.AnyTagClassName
{
color: #21668A;
}
</style>
background-color css
<style>
a { background-color: #21668A; }
a { background-color: rgb(33,102,138); }
div.DivClassName
{
background-color: #21668A;
}
.BgClassName
{
background-color: #21668A;
}
</style>
border-color css
<style>
span { border-color: #21668A; }
span { border-color: rgb(33,102,138); }
td.TdClassName
{
border-color: #21668A;
}
.TagClassName
{
border-color: #21668A;
}
</style>