Shades of Scooter #3391A0
Tints of Scooter #3391A0
RGB
CMYK
RGB Variations
Color information
#3391A0 (or 0x3391A0) is known color: Scooter. HEX triplet: 33, 91 and A0. RGB value is (51,145,160). Sum of RGB (Red+Green+Blue) = 51+145+160=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #3391A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3391A0 is #CC6E5F. Grayscale: #767676. Windows color (decimal): -13397600 or 10522931. OLE color: 10522931.
HSL color Cylindrical-coordinate representation of color #3391A0: hue angle of 188.26º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3391A0 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 145 | 160 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.37 |
| HSL | 188.26º | 0.52% | 0.41% | - |
| HSV(B) | 188.26º | 0.68% | 0.63% | - |
| XYZ | 17.84 | 23.49 | 36.85 | - |
| YUV | 118.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 160 | 0.68 | 0.09 | 0 | 0.37 | 188.26 | 0.52 | 0.41 |
| Hex | 33 | 91 | A0 | 44 | 9 | 0 | 25 | BC | 34 | 29 |
| Octal | 63 | 221 | 240 | 104 | 11 | 0 | 45 | 274 | 64 | 51 |
| Binary | 110011 | 10010001 | 10100000 | 1000100 | 1001 | 0 | 100101 | 10111100 | 110100 | 101001 |
Color Harmonies of #3391A0
Complementary color
Monochromatic Colors of #3391A0
Black with #3391A0
Text Example
Text Example
White with #3391A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391A0; }
p { color: rgb(51,145,160); }
H1.HeaderClassName
{
color: #3391A0;
}
.AnyTagClassName
{
color: #3391A0;
}
</style>
background-color css
<style>
a { background-color: #3391A0; }
a { background-color: rgb(51,145,160); }
div.DivClassName
{
background-color: #3391A0;
}
.BgClassName
{
background-color: #3391A0;
}
</style>
border-color css
<style>
span { border-color: #3391A0; }
span { border-color: rgb(51,145,160); }
td.TdClassName
{
border-color: #3391A0;
}
.TagClassName
{
border-color: #3391A0;
}
</style>