Shades of Scooter #3693A2
Tints of Scooter #3693A2
RGB
CMYK
RGB Variations
Color information
#3693A2 (or 0x3693A2) is known color: Scooter. HEX triplet: 36, 93 and A2. RGB value is (54,147,162). Sum of RGB (Red+Green+Blue) = 54+147+162=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #3693A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3693A2 is #C96C5D. Grayscale: #787878. Windows color (decimal): -13200478 or 10654518. OLE color: 10654518.
HSL color Cylindrical-coordinate representation of color #3693A2: hue angle of 188.33º 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 #3693A2 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 147 | 162 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.36 |
| HSL | 188.33º | 0.5% | 0.42% | - |
| HSV(B) | 188.33º | 0.67% | 0.64% | - |
| XYZ | 18.48 | 24.26 | 37.89 | - |
| YUV | 120.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 162 | 0.67 | 0.09 | 0 | 0.36 | 188.33 | 0.5 | 0.42 |
| Hex | 36 | 93 | A2 | 43 | 9 | 0 | 24 | BC | 32 | 2A |
| Octal | 66 | 223 | 242 | 103 | 11 | 0 | 44 | 274 | 62 | 52 |
| Binary | 110110 | 10010011 | 10100010 | 1000011 | 1001 | 0 | 100100 | 10111100 | 110010 | 101010 |
Color Harmonies of #3693A2
Complementary color
Monochromatic Colors of #3693A2
Black with #3693A2
Text Example
Text Example
White with #3693A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3693A2; }
p { color: rgb(54,147,162); }
H1.HeaderClassName
{
color: #3693A2;
}
.AnyTagClassName
{
color: #3693A2;
}
</style>
background-color css
<style>
a { background-color: #3693A2; }
a { background-color: rgb(54,147,162); }
div.DivClassName
{
background-color: #3693A2;
}
.BgClassName
{
background-color: #3693A2;
}
</style>
border-color css
<style>
span { border-color: #3693A2; }
span { border-color: rgb(54,147,162); }
td.TdClassName
{
border-color: #3693A2;
}
.TagClassName
{
border-color: #3693A2;
}
</style>