Shades of Scooter #3295A2
Tints of Scooter #3295A2
RGB
CMYK
RGB Variations
Color information
#3295A2 (or 0x3295A2) is known color: Scooter. HEX triplet: 32, 95 and A2. RGB value is (50,149,162). Sum of RGB (Red+Green+Blue) = 50+149+162=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #3295A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3295A2 is #CD6A5D. Grayscale: #787878. Windows color (decimal): -13462110 or 10655026. OLE color: 10655026.
HSL color Cylindrical-coordinate representation of color #3295A2: hue angle of 186.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3295A2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 149 | 162 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.36 |
| HSL | 186.96º | 0.53% | 0.42% | - |
| HSV(B) | 186.96º | 0.69% | 0.64% | - |
| XYZ | 18.58 | 24.78 | 37.99 | - |
| YUV | 120.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 162 | 0.69 | 0.08 | 0 | 0.36 | 186.96 | 0.53 | 0.42 |
| Hex | 32 | 95 | A2 | 45 | 8 | 0 | 24 | BB | 35 | 2A |
| Octal | 62 | 225 | 242 | 105 | 10 | 0 | 44 | 273 | 65 | 52 |
| Binary | 110010 | 10010101 | 10100010 | 1000101 | 1000 | 0 | 100100 | 10111011 | 110101 | 101010 |
Color Harmonies of #3295A2
Complementary color
Monochromatic Colors of #3295A2
Black with #3295A2
Text Example
Text Example
White with #3295A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295A2; }
p { color: rgb(50,149,162); }
H1.HeaderClassName
{
color: #3295A2;
}
.AnyTagClassName
{
color: #3295A2;
}
</style>
background-color css
<style>
a { background-color: #3295A2; }
a { background-color: rgb(50,149,162); }
div.DivClassName
{
background-color: #3295A2;
}
.BgClassName
{
background-color: #3295A2;
}
</style>
border-color css
<style>
span { border-color: #3295A2; }
span { border-color: rgb(50,149,162); }
td.TdClassName
{
border-color: #3295A2;
}
.TagClassName
{
border-color: #3295A2;
}
</style>