Shades of Scooter #3690A2
Tints of Scooter #3690A2
RGB
CMYK
RGB Variations
Color information
#3690A2 (or 0x3690A2) is known color: Scooter. HEX triplet: 36, 90 and A2. RGB value is (54,144,162). Sum of RGB (Red+Green+Blue) = 54+144+162=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #3690A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3690A2 is #C96F5D. Grayscale: #767676. Windows color (decimal): -13201246 or 10653750. OLE color: 10653750.
HSL color Cylindrical-coordinate representation of color #3690A2: hue angle of 190º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3690A2 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 144 | 162 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.36 |
| HSL | 190º | 0.5% | 0.42% | - |
| HSV(B) | 190º | 0.67% | 0.64% | - |
| XYZ | 18.02 | 23.34 | 37.74 | - |
| YUV | 119.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 162 | 0.67 | 0.11 | 0 | 0.36 | 190 | 0.5 | 0.42 |
| Hex | 36 | 90 | A2 | 43 | B | 0 | 24 | BE | 32 | 2A |
| Octal | 66 | 220 | 242 | 103 | 13 | 0 | 44 | 276 | 62 | 52 |
| Binary | 110110 | 10010000 | 10100010 | 1000011 | 1011 | 0 | 100100 | 10111110 | 110010 | 101010 |
Color Harmonies of #3690A2
Complementary color
Monochromatic Colors of #3690A2
Black with #3690A2
Text Example
Text Example
White with #3690A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3690A2; }
p { color: rgb(54,144,162); }
H1.HeaderClassName
{
color: #3690A2;
}
.AnyTagClassName
{
color: #3690A2;
}
</style>
background-color css
<style>
a { background-color: #3690A2; }
a { background-color: rgb(54,144,162); }
div.DivClassName
{
background-color: #3690A2;
}
.BgClassName
{
background-color: #3690A2;
}
</style>
border-color css
<style>
span { border-color: #3690A2; }
span { border-color: rgb(54,144,162); }
td.TdClassName
{
border-color: #3690A2;
}
.TagClassName
{
border-color: #3690A2;
}
</style>