Shades of Scooter #3696AA
Tints of Scooter #3696AA
RGB
CMYK
RGB Variations
Color information
#3696AA (or 0x3696AA) is known color: Scooter. HEX triplet: 36, 96 and AA. RGB value is (54,150,170). Sum of RGB (Red+Green+Blue) = 54+150+170=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #3696AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3696AA is #C96955. Grayscale: #7B7B7B. Windows color (decimal): -13199702 or 11179574. OLE color: 11179574.
HSL color Cylindrical-coordinate representation of color #3696AA: hue angle of 190.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3696AA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 150 | 170 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.33 |
| HSL | 190.34º | 0.52% | 0.44% | - |
| HSV(B) | 190.34º | 0.68% | 0.67% | - |
| XYZ | 19.68 | 25.5 | 41.91 | - |
| YUV | 123.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 170 | 0.68 | 0.12 | 0 | 0.33 | 190.34 | 0.52 | 0.44 |
| Hex | 36 | 96 | AA | 44 | C | 0 | 21 | BE | 34 | 2C |
| Octal | 66 | 226 | 252 | 104 | 14 | 0 | 41 | 276 | 64 | 54 |
| Binary | 110110 | 10010110 | 10101010 | 1000100 | 1100 | 0 | 100001 | 10111110 | 110100 | 101100 |
Color Harmonies of #3696AA
Complementary color
Monochromatic Colors of #3696AA
Black with #3696AA
Text Example
Text Example
White with #3696AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696AA; }
p { color: rgb(54,150,170); }
H1.HeaderClassName
{
color: #3696AA;
}
.AnyTagClassName
{
color: #3696AA;
}
</style>
background-color css
<style>
a { background-color: #3696AA; }
a { background-color: rgb(54,150,170); }
div.DivClassName
{
background-color: #3696AA;
}
.BgClassName
{
background-color: #3696AA;
}
</style>
border-color css
<style>
span { border-color: #3696AA; }
span { border-color: rgb(54,150,170); }
td.TdClassName
{
border-color: #3696AA;
}
.TagClassName
{
border-color: #3696AA;
}
</style>