Shades of Scooter #3292AD
Tints of Scooter #3292AD
RGB
CMYK
RGB Variations
Color information
#3292AD (or 0x3292AD) is known color: Scooter. HEX triplet: 32, 92 and AD. RGB value is (50,146,173). Sum of RGB (Red+Green+Blue) = 50+146+173=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #3292AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3292AD is #CD6D52. Grayscale: #787878. Windows color (decimal): -13462867 or 11375154. OLE color: 11375154.
HSL color Cylindrical-coordinate representation of color #3292AD: hue angle of 193.17º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3292AD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 146 | 173 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.32 |
| HSL | 193.17º | 0.55% | 0.44% | - |
| HSV(B) | 193.17º | 0.71% | 0.68% | - |
| XYZ | 19.14 | 24.25 | 43.21 | - |
| YUV | 120.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 173 | 0.71 | 0.16 | 0 | 0.32 | 193.17 | 0.55 | 0.44 |
| Hex | 32 | 92 | AD | 47 | 10 | 0 | 20 | C1 | 37 | 2C |
| Octal | 62 | 222 | 255 | 107 | 20 | 0 | 40 | 301 | 67 | 54 |
| Binary | 110010 | 10010010 | 10101101 | 1000111 | 10000 | 0 | 100000 | 11000001 | 110111 | 101100 |
Color Harmonies of #3292AD
Complementary color
Monochromatic Colors of #3292AD
Black with #3292AD
Text Example
Text Example
White with #3292AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3292AD; }
p { color: rgb(50,146,173); }
H1.HeaderClassName
{
color: #3292AD;
}
.AnyTagClassName
{
color: #3292AD;
}
</style>
background-color css
<style>
a { background-color: #3292AD; }
a { background-color: rgb(50,146,173); }
div.DivClassName
{
background-color: #3292AD;
}
.BgClassName
{
background-color: #3292AD;
}
</style>
border-color css
<style>
span { border-color: #3292AD; }
span { border-color: rgb(50,146,173); }
td.TdClassName
{
border-color: #3292AD;
}
.TagClassName
{
border-color: #3292AD;
}
</style>