Shades of Scooter #2182AB
Tints of Scooter #2182AB
RGB
CMYK
RGB Variations
Color information
#2182AB (or 0x2182AB) is known color: Scooter. HEX triplet: 21, 82 and AB. RGB value is (33,130,171). Sum of RGB (Red+Green+Blue) = 33+130+171=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #2182AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2182AB is #DE7D54. Grayscale: #696969. Windows color (decimal): -14581077 or 11239969. OLE color: 11239969.
HSL color Cylindrical-coordinate representation of color #2182AB: hue angle of 197.83º degrees, saturation: 0.68, 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 #2182AB is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 130 | 171 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.33 |
| HSL | 197.83º | 0.68% | 0.4% | - |
| HSV(B) | 197.83º | 0.81% | 0.67% | - |
| XYZ | 15.96 | 19.23 | 41.4 | - |
| YUV | 105.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 171 | 0.81 | 0.24 | 0 | 0.33 | 197.83 | 0.68 | 0.4 |
| Hex | 21 | 82 | AB | 51 | 18 | 0 | 21 | C6 | 44 | 28 |
| Octal | 41 | 202 | 253 | 121 | 30 | 0 | 41 | 306 | 104 | 50 |
| Binary | 100001 | 10000010 | 10101011 | 1010001 | 11000 | 0 | 100001 | 11000110 | 1000100 | 101000 |
Color Harmonies of #2182AB
Complementary color
Monochromatic Colors of #2182AB
Black with #2182AB
Text Example
Text Example
White with #2182AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182AB; }
p { color: rgb(33,130,171); }
H1.HeaderClassName
{
color: #2182AB;
}
.AnyTagClassName
{
color: #2182AB;
}
</style>
background-color css
<style>
a { background-color: #2182AB; }
a { background-color: rgb(33,130,171); }
div.DivClassName
{
background-color: #2182AB;
}
.BgClassName
{
background-color: #2182AB;
}
</style>
border-color css
<style>
span { border-color: #2182AB; }
span { border-color: rgb(33,130,171); }
td.TdClassName
{
border-color: #2182AB;
}
.TagClassName
{
border-color: #2182AB;
}
</style>