Shades of Scooter #3293A3
Tints of Scooter #3293A3
RGB
CMYK
RGB Variations
Color information
#3293A3 (or 0x3293A3) is known color: Scooter. HEX triplet: 32, 93 and A3. RGB value is (50,147,163). Sum of RGB (Red+Green+Blue) = 50+147+163=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #3293A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3293A3 is #CD6C5C. Grayscale: #777777. Windows color (decimal): -13462621 or 10720050. OLE color: 10720050.
HSL color Cylindrical-coordinate representation of color #3293A3: hue angle of 188.5º 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 #3293A3 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 147 | 163 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.36 |
| HSL | 188.5º | 0.53% | 0.42% | - |
| HSV(B) | 188.5º | 0.69% | 0.64% | - |
| XYZ | 18.36 | 24.19 | 38.35 | - |
| YUV | 119.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 163 | 0.69 | 0.10 | 0 | 0.36 | 188.5 | 0.53 | 0.42 |
| Hex | 32 | 93 | A3 | 45 | A | 0 | 24 | BC | 35 | 2A |
| Octal | 62 | 223 | 243 | 105 | 12 | 0 | 44 | 274 | 65 | 52 |
| Binary | 110010 | 10010011 | 10100011 | 1000101 | 1010 | 0 | 100100 | 10111100 | 110101 | 101010 |
Color Harmonies of #3293A3
Complementary color
Monochromatic Colors of #3293A3
Black with #3293A3
Text Example
Text Example
White with #3293A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3293A3; }
p { color: rgb(50,147,163); }
H1.HeaderClassName
{
color: #3293A3;
}
.AnyTagClassName
{
color: #3293A3;
}
</style>
background-color css
<style>
a { background-color: #3293A3; }
a { background-color: rgb(50,147,163); }
div.DivClassName
{
background-color: #3293A3;
}
.BgClassName
{
background-color: #3293A3;
}
</style>
border-color css
<style>
span { border-color: #3293A3; }
span { border-color: rgb(50,147,163); }
td.TdClassName
{
border-color: #3293A3;
}
.TagClassName
{
border-color: #3293A3;
}
</style>