Shades of Scooter #3696A6
Tints of Scooter #3696A6
RGB
CMYK
RGB Variations
Color information
#3696A6 (or 0x3696A6) is known color: Scooter. HEX triplet: 36, 96 and A6. RGB value is (54,150,166). Sum of RGB (Red+Green+Blue) = 54+150+166=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #3696A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3696A6 is #C96959. Grayscale: #7A7A7A. Windows color (decimal): -13199706 or 10917430. OLE color: 10917430.
HSL color Cylindrical-coordinate representation of color #3696A6: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3696A6 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 150 | 166 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.35 |
| HSL | 188.57º | 0.51% | 0.43% | - |
| HSV(B) | 188.57º | 0.67% | 0.65% | - |
| XYZ | 19.31 | 25.35 | 39.95 | - |
| YUV | 123.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 166 | 0.67 | 0.10 | 0 | 0.35 | 188.57 | 0.51 | 0.43 |
| Hex | 36 | 96 | A6 | 43 | A | 0 | 23 | BD | 33 | 2B |
| Octal | 66 | 226 | 246 | 103 | 12 | 0 | 43 | 275 | 63 | 53 |
| Binary | 110110 | 10010110 | 10100110 | 1000011 | 1010 | 0 | 100011 | 10111101 | 110011 | 101011 |
Color Harmonies of #3696A6
Complementary color
Monochromatic Colors of #3696A6
Black with #3696A6
Text Example
Text Example
White with #3696A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696A6; }
p { color: rgb(54,150,166); }
H1.HeaderClassName
{
color: #3696A6;
}
.AnyTagClassName
{
color: #3696A6;
}
</style>
background-color css
<style>
a { background-color: #3696A6; }
a { background-color: rgb(54,150,166); }
div.DivClassName
{
background-color: #3696A6;
}
.BgClassName
{
background-color: #3696A6;
}
</style>
border-color css
<style>
span { border-color: #3696A6; }
span { border-color: rgb(54,150,166); }
td.TdClassName
{
border-color: #3696A6;
}
.TagClassName
{
border-color: #3696A6;
}
</style>