Shades of Scooter #3295AC
Tints of Scooter #3295AC
RGB
CMYK
RGB Variations
Color information
#3295AC (or 0x3295AC) is known color: Scooter. HEX triplet: 32, 95 and AC. RGB value is (50,149,172). Sum of RGB (Red+Green+Blue) = 50+149+172=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #3295AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3295AC is #CD6A53. Grayscale: #797979. Windows color (decimal): -13462100 or 11310386. OLE color: 11310386.
HSL color Cylindrical-coordinate representation of color #3295AC: hue angle of 191.31º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3295AC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 149 | 172 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.33 |
| HSL | 191.31º | 0.55% | 0.44% | - |
| HSV(B) | 191.31º | 0.71% | 0.67% | - |
| XYZ | 19.51 | 25.15 | 42.86 | - |
| YUV | 122.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 172 | 0.71 | 0.13 | 0 | 0.33 | 191.31 | 0.55 | 0.44 |
| Hex | 32 | 95 | AC | 47 | D | 0 | 21 | BF | 37 | 2C |
| Octal | 62 | 225 | 254 | 107 | 15 | 0 | 41 | 277 | 67 | 54 |
| Binary | 110010 | 10010101 | 10101100 | 1000111 | 1101 | 0 | 100001 | 10111111 | 110111 | 101100 |
Color Harmonies of #3295AC
Complementary color
Monochromatic Colors of #3295AC
Black with #3295AC
Text Example
Text Example
White with #3295AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295AC; }
p { color: rgb(50,149,172); }
H1.HeaderClassName
{
color: #3295AC;
}
.AnyTagClassName
{
color: #3295AC;
}
</style>
background-color css
<style>
a { background-color: #3295AC; }
a { background-color: rgb(50,149,172); }
div.DivClassName
{
background-color: #3295AC;
}
.BgClassName
{
background-color: #3295AC;
}
</style>
border-color css
<style>
span { border-color: #3295AC; }
span { border-color: rgb(50,149,172); }
td.TdClassName
{
border-color: #3295AC;
}
.TagClassName
{
border-color: #3295AC;
}
</style>