Shades of Scooter #3699AA
Tints of Scooter #3699AA
RGB
CMYK
RGB Variations
Color information
#3699AA (or 0x3699AA) is known color: Scooter. HEX triplet: 36, 99 and AA. RGB value is (54,153,170). Sum of RGB (Red+Green+Blue) = 54+153+170=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #3699AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3699AA is #C96655. Grayscale: #7D7D7D. Windows color (decimal): -13198934 or 11180342. OLE color: 11180342.
HSL color Cylindrical-coordinate representation of color #3699AA: hue angle of 188.79º 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 #3699AA is Cyan = 0.68, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 153 | 170 | - |
| CMYK | 0.68 | 0.1 | 0 | 0.33 |
| HSL | 188.79º | 0.52% | 0.44% | - |
| HSV(B) | 188.79º | 0.68% | 0.67% | - |
| XYZ | 20.17 | 26.47 | 42.08 | - |
| YUV | 125.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 170 | 0.68 | 0.1 | 0 | 0.33 | 188.79 | 0.52 | 0.44 |
| Hex | 36 | 99 | AA | 44 | A | 0 | 21 | BD | 34 | 2C |
| Octal | 66 | 231 | 252 | 104 | 12 | 0 | 41 | 275 | 64 | 54 |
| Binary | 110110 | 10011001 | 10101010 | 1000100 | 1010 | 0 | 100001 | 10111101 | 110100 | 101100 |
Color Harmonies of #3699AA
Complementary color
Monochromatic Colors of #3699AA
Black with #3699AA
Text Example
Text Example
White with #3699AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699AA; }
p { color: rgb(54,153,170); }
H1.HeaderClassName
{
color: #3699AA;
}
.AnyTagClassName
{
color: #3699AA;
}
</style>
background-color css
<style>
a { background-color: #3699AA; }
a { background-color: rgb(54,153,170); }
div.DivClassName
{
background-color: #3699AA;
}
.BgClassName
{
background-color: #3699AA;
}
</style>
border-color css
<style>
span { border-color: #3699AA; }
span { border-color: rgb(54,153,170); }
td.TdClassName
{
border-color: #3699AA;
}
.TagClassName
{
border-color: #3699AA;
}
</style>