Shades of Scooter #3291AD
Tints of Scooter #3291AD
RGB
CMYK
RGB Variations
Color information
#3291AD (or 0x3291AD) is known color: Scooter. HEX triplet: 32, 91 and AD. RGB value is (50,145,173). Sum of RGB (Red+Green+Blue) = 50+145+173=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #3291AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3291AD is #CD6E52. Grayscale: #777777. Windows color (decimal): -13463123 or 11374898. OLE color: 11374898.
HSL color Cylindrical-coordinate representation of color #3291AD: hue angle of 193.66º 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 #3291AD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 145 | 173 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.32 |
| HSL | 193.66º | 0.55% | 0.44% | - |
| HSV(B) | 193.66º | 0.71% | 0.68% | - |
| XYZ | 18.98 | 23.95 | 43.16 | - |
| YUV | 119.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 173 | 0.71 | 0.16 | 0 | 0.32 | 193.66 | 0.55 | 0.44 |
| Hex | 32 | 91 | AD | 47 | 10 | 0 | 20 | C2 | 37 | 2C |
| Octal | 62 | 221 | 255 | 107 | 20 | 0 | 40 | 302 | 67 | 54 |
| Binary | 110010 | 10010001 | 10101101 | 1000111 | 10000 | 0 | 100000 | 11000010 | 110111 | 101100 |
Color Harmonies of #3291AD
Complementary color
Monochromatic Colors of #3291AD
Black with #3291AD
Text Example
Text Example
White with #3291AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291AD; }
p { color: rgb(50,145,173); }
H1.HeaderClassName
{
color: #3291AD;
}
.AnyTagClassName
{
color: #3291AD;
}
</style>
background-color css
<style>
a { background-color: #3291AD; }
a { background-color: rgb(50,145,173); }
div.DivClassName
{
background-color: #3291AD;
}
.BgClassName
{
background-color: #3291AD;
}
</style>
border-color css
<style>
span { border-color: #3291AD; }
span { border-color: rgb(50,145,173); }
td.TdClassName
{
border-color: #3291AD;
}
.TagClassName
{
border-color: #3291AD;
}
</style>