Shades of Scooter #2181A3
Tints of Scooter #2181A3
RGB
CMYK
RGB Variations
Color information
#2181A3 (or 0x2181A3) is known color: Scooter. HEX triplet: 21, 81 and A3. RGB value is (33,129,163). Sum of RGB (Red+Green+Blue) = 33+129+163=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #2181A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2181A3 is #DE7E5C. Grayscale: #676767. Windows color (decimal): -14581341 or 10715425. OLE color: 10715425.
HSL color Cylindrical-coordinate representation of color #2181A3: hue angle of 195.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2181A3 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 129 | 163 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.36 |
| HSL | 195.69º | 0.66% | 0.38% | - |
| HSV(B) | 195.69º | 0.8% | 0.64% | - |
| XYZ | 15.09 | 18.67 | 37.46 | - |
| YUV | 104.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 163 | 0.80 | 0.21 | 0 | 0.36 | 195.69 | 0.66 | 0.38 |
| Hex | 21 | 81 | A3 | 50 | 15 | 0 | 24 | C4 | 42 | 26 |
| Octal | 41 | 201 | 243 | 120 | 25 | 0 | 44 | 304 | 102 | 46 |
| Binary | 100001 | 10000001 | 10100011 | 1010000 | 10101 | 0 | 100100 | 11000100 | 1000010 | 100110 |
Color Harmonies of #2181A3
Complementary color
Monochromatic Colors of #2181A3
Black with #2181A3
Text Example
Text Example
White with #2181A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2181A3; }
p { color: rgb(33,129,163); }
H1.HeaderClassName
{
color: #2181A3;
}
.AnyTagClassName
{
color: #2181A3;
}
</style>
background-color css
<style>
a { background-color: #2181A3; }
a { background-color: rgb(33,129,163); }
div.DivClassName
{
background-color: #2181A3;
}
.BgClassName
{
background-color: #2181A3;
}
</style>
border-color css
<style>
span { border-color: #2181A3; }
span { border-color: rgb(33,129,163); }
td.TdClassName
{
border-color: #2181A3;
}
.TagClassName
{
border-color: #2181A3;
}
</style>