Shades of Scooter #3283A8
Tints of Scooter #3283A8
RGB
CMYK
RGB Variations
Color information
#3283A8 (or 0x3283A8) is known color: Scooter. HEX triplet: 32, 83 and A8. RGB value is (50,131,168). Sum of RGB (Red+Green+Blue) = 50+131+168=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: blue. Hex color #3283A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3283A8 is #CD7C57. Grayscale: #6E6E6E. Windows color (decimal): -13466712 or 11043634. OLE color: 11043634.
HSL color Cylindrical-coordinate representation of color #3283A8: hue angle of 198.81º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3283A8 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 131 | 168 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.34 |
| HSL | 198.81º | 0.54% | 0.43% | - |
| HSV(B) | 198.81º | 0.7% | 0.66% | - |
| XYZ | 16.5 | 19.74 | 39.99 | - |
| YUV | 111 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 168 | 0.70 | 0.22 | 0 | 0.34 | 198.81 | 0.54 | 0.43 |
| Hex | 32 | 83 | A8 | 46 | 16 | 0 | 22 | C7 | 36 | 2B |
| Octal | 62 | 203 | 250 | 106 | 26 | 0 | 42 | 307 | 66 | 53 |
| Binary | 110010 | 10000011 | 10101000 | 1000110 | 10110 | 0 | 100010 | 11000111 | 110110 | 101011 |
Color Harmonies of #3283A8
Complementary color
Monochromatic Colors of #3283A8
Black with #3283A8
Text Example
Text Example
White with #3283A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283A8; }
p { color: rgb(50,131,168); }
H1.HeaderClassName
{
color: #3283A8;
}
.AnyTagClassName
{
color: #3283A8;
}
</style>
background-color css
<style>
a { background-color: #3283A8; }
a { background-color: rgb(50,131,168); }
div.DivClassName
{
background-color: #3283A8;
}
.BgClassName
{
background-color: #3283A8;
}
</style>
border-color css
<style>
span { border-color: #3283A8; }
span { border-color: rgb(50,131,168); }
td.TdClassName
{
border-color: #3283A8;
}
.TagClassName
{
border-color: #3283A8;
}
</style>