Shades of Scooter #3390A4
Tints of Scooter #3390A4
RGB
CMYK
RGB Variations
Color information
#3390A4 (or 0x3390A4) is known color: Scooter. HEX triplet: 33, 90 and A4. RGB value is (51,144,164). Sum of RGB (Red+Green+Blue) = 51+144+164=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #3390A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3390A4 is #CC6F5B. Grayscale: #767676. Windows color (decimal): -13397852 or 10784819. OLE color: 10784819.
HSL color Cylindrical-coordinate representation of color #3390A4: hue angle of 190.62º 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 #3390A4 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 144 | 164 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.36 |
| HSL | 190.62º | 0.53% | 0.42% | - |
| HSV(B) | 190.62º | 0.69% | 0.64% | - |
| XYZ | 18.04 | 23.33 | 38.67 | - |
| YUV | 118.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 164 | 0.69 | 0.12 | 0 | 0.36 | 190.62 | 0.53 | 0.42 |
| Hex | 33 | 90 | A4 | 45 | C | 0 | 24 | BF | 35 | 2A |
| Octal | 63 | 220 | 244 | 105 | 14 | 0 | 44 | 277 | 65 | 52 |
| Binary | 110011 | 10010000 | 10100100 | 1000101 | 1100 | 0 | 100100 | 10111111 | 110101 | 101010 |
Color Harmonies of #3390A4
Complementary color
Monochromatic Colors of #3390A4
Black with #3390A4
Text Example
Text Example
White with #3390A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390A4; }
p { color: rgb(51,144,164); }
H1.HeaderClassName
{
color: #3390A4;
}
.AnyTagClassName
{
color: #3390A4;
}
</style>
background-color css
<style>
a { background-color: #3390A4; }
a { background-color: rgb(51,144,164); }
div.DivClassName
{
background-color: #3390A4;
}
.BgClassName
{
background-color: #3390A4;
}
</style>
border-color css
<style>
span { border-color: #3390A4; }
span { border-color: rgb(51,144,164); }
td.TdClassName
{
border-color: #3390A4;
}
.TagClassName
{
border-color: #3390A4;
}
</style>