Shades of Scooter #3285A5
Tints of Scooter #3285A5
RGB
CMYK
RGB Variations
Color information
#3285A5 (or 0x3285A5) is known color: Scooter. HEX triplet: 32, 85 and A5. RGB value is (50,133,165). Sum of RGB (Red+Green+Blue) = 50+133+165=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #3285A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3285A5 is #CD7A5A. Grayscale: #6F6F6F. Windows color (decimal): -13466203 or 10847538. OLE color: 10847538.
HSL color Cylindrical-coordinate representation of color #3285A5: hue angle of 196.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3285A5 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 133 | 165 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.35 |
| HSL | 196.7º | 0.53% | 0.42% | - |
| HSV(B) | 196.7º | 0.7% | 0.65% | - |
| XYZ | 16.49 | 20.17 | 38.62 | - |
| YUV | 111.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 165 | 0.70 | 0.19 | 0 | 0.35 | 196.7 | 0.53 | 0.42 |
| Hex | 32 | 85 | A5 | 46 | 13 | 0 | 23 | C5 | 35 | 2A |
| Octal | 62 | 205 | 245 | 106 | 23 | 0 | 43 | 305 | 65 | 52 |
| Binary | 110010 | 10000101 | 10100101 | 1000110 | 10011 | 0 | 100011 | 11000101 | 110101 | 101010 |
Color Harmonies of #3285A5
Complementary color
Monochromatic Colors of #3285A5
Black with #3285A5
Text Example
Text Example
White with #3285A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285A5; }
p { color: rgb(50,133,165); }
H1.HeaderClassName
{
color: #3285A5;
}
.AnyTagClassName
{
color: #3285A5;
}
</style>
background-color css
<style>
a { background-color: #3285A5; }
a { background-color: rgb(50,133,165); }
div.DivClassName
{
background-color: #3285A5;
}
.BgClassName
{
background-color: #3285A5;
}
</style>
border-color css
<style>
span { border-color: #3285A5; }
span { border-color: rgb(50,133,165); }
td.TdClassName
{
border-color: #3285A5;
}
.TagClassName
{
border-color: #3285A5;
}
</style>