Shades of Scooter #3391A4
Tints of Scooter #3391A4
RGB
CMYK
RGB Variations
Color information
#3391A4 (or 0x3391A4) is known color: Scooter. HEX triplet: 33, 91 and A4. RGB value is (51,145,164). Sum of RGB (Red+Green+Blue) = 51+145+164=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #3391A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3391A4 is #CC6E5B. Grayscale: #767676. Windows color (decimal): -13397596 or 10785075. OLE color: 10785075.
HSL color Cylindrical-coordinate representation of color #3391A4: hue angle of 190.09º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3391A4 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 145 | 164 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.36 |
| HSL | 190.09º | 0.53% | 0.42% | - |
| HSV(B) | 190.09º | 0.69% | 0.64% | - |
| XYZ | 18.19 | 23.63 | 38.73 | - |
| YUV | 119.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 164 | 0.69 | 0.12 | 0 | 0.36 | 190.09 | 0.53 | 0.42 |
| Hex | 33 | 91 | A4 | 45 | C | 0 | 24 | BE | 35 | 2A |
| Octal | 63 | 221 | 244 | 105 | 14 | 0 | 44 | 276 | 65 | 52 |
| Binary | 110011 | 10010001 | 10100100 | 1000101 | 1100 | 0 | 100100 | 10111110 | 110101 | 101010 |
Color Harmonies of #3391A4
Complementary color
Monochromatic Colors of #3391A4
Black with #3391A4
Text Example
Text Example
White with #3391A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391A4; }
p { color: rgb(51,145,164); }
H1.HeaderClassName
{
color: #3391A4;
}
.AnyTagClassName
{
color: #3391A4;
}
</style>
background-color css
<style>
a { background-color: #3391A4; }
a { background-color: rgb(51,145,164); }
div.DivClassName
{
background-color: #3391A4;
}
.BgClassName
{
background-color: #3391A4;
}
</style>
border-color css
<style>
span { border-color: #3391A4; }
span { border-color: rgb(51,145,164); }
td.TdClassName
{
border-color: #3391A4;
}
.TagClassName
{
border-color: #3391A4;
}
</style>