Shades of Scooter #2182AA
Tints of Scooter #2182AA
RGB
CMYK
RGB Variations
Color information
#2182AA (or 0x2182AA) is known color: Scooter. HEX triplet: 21, 82 and AA. RGB value is (33,130,170). Sum of RGB (Red+Green+Blue) = 33+130+170=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #2182AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2182AA is #DE7D55. Grayscale: #696969. Windows color (decimal): -14581078 or 11174433. OLE color: 11174433.
HSL color Cylindrical-coordinate representation of color #2182AA: hue angle of 197.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2182AA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 130 | 170 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.33 |
| HSL | 197.52º | 0.67% | 0.4% | - |
| HSV(B) | 197.52º | 0.81% | 0.67% | - |
| XYZ | 15.87 | 19.19 | 40.9 | - |
| YUV | 105.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 170 | 0.81 | 0.24 | 0 | 0.33 | 197.52 | 0.67 | 0.4 |
| Hex | 21 | 82 | AA | 51 | 18 | 0 | 21 | C6 | 43 | 28 |
| Octal | 41 | 202 | 252 | 121 | 30 | 0 | 41 | 306 | 103 | 50 |
| Binary | 100001 | 10000010 | 10101010 | 1010001 | 11000 | 0 | 100001 | 11000110 | 1000011 | 101000 |
Color Harmonies of #2182AA
Complementary color
Monochromatic Colors of #2182AA
Black with #2182AA
Text Example
Text Example
White with #2182AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182AA; }
p { color: rgb(33,130,170); }
H1.HeaderClassName
{
color: #2182AA;
}
.AnyTagClassName
{
color: #2182AA;
}
</style>
background-color css
<style>
a { background-color: #2182AA; }
a { background-color: rgb(33,130,170); }
div.DivClassName
{
background-color: #2182AA;
}
.BgClassName
{
background-color: #2182AA;
}
</style>
border-color css
<style>
span { border-color: #2182AA; }
span { border-color: rgb(33,130,170); }
td.TdClassName
{
border-color: #2182AA;
}
.TagClassName
{
border-color: #2182AA;
}
</style>