Shades of Scooter #3799AA
Tints of Scooter #3799AA
RGB
CMYK
RGB Variations
Color information
#3799AA (or 0x3799AA) is known color: Scooter. HEX triplet: 37, 99 and AA. RGB value is (55,153,170). Sum of RGB (Red+Green+Blue) = 55+153+170=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #3799AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3799AA is #C86655. Grayscale: #7D7D7D. Windows color (decimal): -13133398 or 11180343. OLE color: 11180343.
HSL color Cylindrical-coordinate representation of color #3799AA: hue angle of 188.87º degrees, saturation: 0.51, 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 #3799AA is Cyan = 0.68, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 153 | 170 | - |
| CMYK | 0.68 | 0.1 | 0 | 0.33 |
| HSL | 188.87º | 0.51% | 0.44% | - |
| HSV(B) | 188.87º | 0.68% | 0.67% | - |
| XYZ | 20.22 | 26.5 | 42.08 | - |
| YUV | 125.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 170 | 0.68 | 0.1 | 0 | 0.33 | 188.87 | 0.51 | 0.44 |
| Hex | 37 | 99 | AA | 44 | A | 0 | 21 | BD | 33 | 2C |
| Octal | 67 | 231 | 252 | 104 | 12 | 0 | 41 | 275 | 63 | 54 |
| Binary | 110111 | 10011001 | 10101010 | 1000100 | 1010 | 0 | 100001 | 10111101 | 110011 | 101100 |
Color Harmonies of #3799AA
Complementary color
Monochromatic Colors of #3799AA
Black with #3799AA
Text Example
Text Example
White with #3799AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799AA; }
p { color: rgb(55,153,170); }
H1.HeaderClassName
{
color: #3799AA;
}
.AnyTagClassName
{
color: #3799AA;
}
</style>
background-color css
<style>
a { background-color: #3799AA; }
a { background-color: rgb(55,153,170); }
div.DivClassName
{
background-color: #3799AA;
}
.BgClassName
{
background-color: #3799AA;
}
</style>
border-color css
<style>
span { border-color: #3799AA; }
span { border-color: rgb(55,153,170); }
td.TdClassName
{
border-color: #3799AA;
}
.TagClassName
{
border-color: #3799AA;
}
</style>