Shades of Scooter #2182AC
Tints of Scooter #2182AC
RGB
CMYK
RGB Variations
Color information
#2182AC (or 0x2182AC) is known color: Scooter. HEX triplet: 21, 82 and AC. RGB value is (33,130,172). Sum of RGB (Red+Green+Blue) = 33+130+172=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #2182AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2182AC is #DE7D53. Grayscale: #696969. Windows color (decimal): -14581076 or 11305505. OLE color: 11305505.
HSL color Cylindrical-coordinate representation of color #2182AC: hue angle of 198.13º 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 #2182AC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 130 | 172 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.33 |
| HSL | 198.13º | 0.68% | 0.4% | - |
| HSV(B) | 198.13º | 0.81% | 0.67% | - |
| XYZ | 16.06 | 19.27 | 41.9 | - |
| YUV | 105.79 | 165.36 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 172 | 0.81 | 0.24 | 0 | 0.33 | 198.13 | 0.68 | 0.4 |
| Hex | 21 | 82 | AC | 51 | 18 | 0 | 21 | C6 | 44 | 28 |
| Octal | 41 | 202 | 254 | 121 | 30 | 0 | 41 | 306 | 104 | 50 |
| Binary | 100001 | 10000010 | 10101100 | 1010001 | 11000 | 0 | 100001 | 11000110 | 1000100 | 101000 |
Color Harmonies of #2182AC
Complementary color
Monochromatic Colors of #2182AC
Black with #2182AC
Text Example
Text Example
White with #2182AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182AC; }
p { color: rgb(33,130,172); }
H1.HeaderClassName
{
color: #2182AC;
}
.AnyTagClassName
{
color: #2182AC;
}
</style>
background-color css
<style>
a { background-color: #2182AC; }
a { background-color: rgb(33,130,172); }
div.DivClassName
{
background-color: #2182AC;
}
.BgClassName
{
background-color: #2182AC;
}
</style>
border-color css
<style>
span { border-color: #2182AC; }
span { border-color: rgb(33,130,172); }
td.TdClassName
{
border-color: #2182AC;
}
.TagClassName
{
border-color: #2182AC;
}
</style>