Shades of Scooter #3692AA
Tints of Scooter #3692AA
RGB
CMYK
RGB Variations
Color information
#3692AA (or 0x3692AA) is known color: Scooter. HEX triplet: 36, 92 and AA. RGB value is (54,146,170). Sum of RGB (Red+Green+Blue) = 54+146+170=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #3692AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3692AA is #C96D55. Grayscale: #797979. Windows color (decimal): -13200726 or 11178550. OLE color: 11178550.
HSL color Cylindrical-coordinate representation of color #3692AA: hue angle of 192.41º 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 #3692AA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 146 | 170 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.33 |
| HSL | 192.41º | 0.52% | 0.44% | - |
| HSV(B) | 192.41º | 0.68% | 0.67% | - |
| XYZ | 19.06 | 24.24 | 41.71 | - |
| YUV | 121.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 170 | 0.68 | 0.14 | 0 | 0.33 | 192.41 | 0.52 | 0.44 |
| Hex | 36 | 92 | AA | 44 | E | 0 | 21 | C0 | 34 | 2C |
| Octal | 66 | 222 | 252 | 104 | 16 | 0 | 41 | 300 | 64 | 54 |
| Binary | 110110 | 10010010 | 10101010 | 1000100 | 1110 | 0 | 100001 | 11000000 | 110100 | 101100 |
Color Harmonies of #3692AA
Complementary color
Monochromatic Colors of #3692AA
Black with #3692AA
Text Example
Text Example
White with #3692AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3692AA; }
p { color: rgb(54,146,170); }
H1.HeaderClassName
{
color: #3692AA;
}
.AnyTagClassName
{
color: #3692AA;
}
</style>
background-color css
<style>
a { background-color: #3692AA; }
a { background-color: rgb(54,146,170); }
div.DivClassName
{
background-color: #3692AA;
}
.BgClassName
{
background-color: #3692AA;
}
</style>
border-color css
<style>
span { border-color: #3692AA; }
span { border-color: rgb(54,146,170); }
td.TdClassName
{
border-color: #3692AA;
}
.TagClassName
{
border-color: #3692AA;
}
</style>