Shades of Scooter #3792AA
Tints of Scooter #3792AA
RGB
CMYK
RGB Variations
Color information
#3792AA (or 0x3792AA) is known color: Scooter. HEX triplet: 37, 92 and AA. RGB value is (55,146,170). Sum of RGB (Red+Green+Blue) = 55+146+170=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3792AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3792AA is #C86D55. Grayscale: #797979. Windows color (decimal): -13135190 or 11178551. OLE color: 11178551.
HSL color Cylindrical-coordinate representation of color #3792AA: hue angle of 192.52º 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 #3792AA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 146 | 170 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.33 |
| HSL | 192.52º | 0.51% | 0.44% | - |
| HSV(B) | 192.52º | 0.68% | 0.67% | - |
| XYZ | 19.11 | 24.27 | 41.71 | - |
| YUV | 121.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 170 | 0.68 | 0.14 | 0 | 0.33 | 192.52 | 0.51 | 0.44 |
| Hex | 37 | 92 | AA | 44 | E | 0 | 21 | C1 | 33 | 2C |
| Octal | 67 | 222 | 252 | 104 | 16 | 0 | 41 | 301 | 63 | 54 |
| Binary | 110111 | 10010010 | 10101010 | 1000100 | 1110 | 0 | 100001 | 11000001 | 110011 | 101100 |
Color Harmonies of #3792AA
Complementary color
Monochromatic Colors of #3792AA
Black with #3792AA
Text Example
Text Example
White with #3792AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3792AA; }
p { color: rgb(55,146,170); }
H1.HeaderClassName
{
color: #3792AA;
}
.AnyTagClassName
{
color: #3792AA;
}
</style>
background-color css
<style>
a { background-color: #3792AA; }
a { background-color: rgb(55,146,170); }
div.DivClassName
{
background-color: #3792AA;
}
.BgClassName
{
background-color: #3792AA;
}
</style>
border-color css
<style>
span { border-color: #3792AA; }
span { border-color: rgb(55,146,170); }
td.TdClassName
{
border-color: #3792AA;
}
.TagClassName
{
border-color: #3792AA;
}
</style>