Shades of Scooter #3298A2
Tints of Scooter #3298A2
RGB
CMYK
RGB Variations
Color information
#3298A2 (or 0x3298A2) is known color: Scooter. HEX triplet: 32, 98 and A2. RGB value is (50,152,162). Sum of RGB (Red+Green+Blue) = 50+152+162=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #3298A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3298A2 is #CD675D. Grayscale: #7A7A7A. Windows color (decimal): -13461342 or 10655794. OLE color: 10655794.
HSL color Cylindrical-coordinate representation of color #3298A2: hue angle of 185.36º 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 #3298A2 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 152 | 162 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.36 |
| HSL | 185.36º | 0.53% | 0.42% | - |
| HSV(B) | 185.36º | 0.69% | 0.64% | - |
| XYZ | 19.07 | 25.74 | 38.15 | - |
| YUV | 122.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 162 | 0.69 | 0.06 | 0 | 0.36 | 185.36 | 0.53 | 0.42 |
| Hex | 32 | 98 | A2 | 45 | 6 | 0 | 24 | B9 | 35 | 2A |
| Octal | 62 | 230 | 242 | 105 | 6 | 0 | 44 | 271 | 65 | 52 |
| Binary | 110010 | 10011000 | 10100010 | 1000101 | 110 | 0 | 100100 | 10111001 | 110101 | 101010 |
Color Harmonies of #3298A2
Complementary color
Monochromatic Colors of #3298A2
Black with #3298A2
Text Example
Text Example
White with #3298A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3298A2; }
p { color: rgb(50,152,162); }
H1.HeaderClassName
{
color: #3298A2;
}
.AnyTagClassName
{
color: #3298A2;
}
</style>
background-color css
<style>
a { background-color: #3298A2; }
a { background-color: rgb(50,152,162); }
div.DivClassName
{
background-color: #3298A2;
}
.BgClassName
{
background-color: #3298A2;
}
</style>
border-color css
<style>
span { border-color: #3298A2; }
span { border-color: rgb(50,152,162); }
td.TdClassName
{
border-color: #3298A2;
}
.TagClassName
{
border-color: #3298A2;
}
</style>