Shades of Scooter #379FAA
Tints of Scooter #379FAA
RGB
CMYK
RGB Variations
Color information
#379FAA (or 0x379FAA) is known color: Scooter. HEX triplet: 37, 9F and AA. RGB value is (55,159,170). Sum of RGB (Red+Green+Blue) = 55+159+170=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #379FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FAA is #C86055. Grayscale: #818181. Windows color (decimal): -13131862 or 11181879. OLE color: 11181879.
HSL color Cylindrical-coordinate representation of color #379FAA: hue angle of 185.74º 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 #379FAA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 159 | 170 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.33 |
| HSL | 185.74º | 0.51% | 0.44% | - |
| HSV(B) | 185.74º | 0.68% | 0.67% | - |
| XYZ | 21.23 | 28.51 | 42.41 | - |
| YUV | 129.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 170 | 0.68 | 0.06 | 0 | 0.33 | 185.74 | 0.51 | 0.44 |
| Hex | 37 | 9F | AA | 44 | 6 | 0 | 21 | BA | 33 | 2C |
| Octal | 67 | 237 | 252 | 104 | 6 | 0 | 41 | 272 | 63 | 54 |
| Binary | 110111 | 10011111 | 10101010 | 1000100 | 110 | 0 | 100001 | 10111010 | 110011 | 101100 |
Color Harmonies of #379FAA
Complementary color
Monochromatic Colors of #379FAA
Black with #379FAA
Text Example
Text Example
White with #379FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FAA; }
p { color: rgb(55,159,170); }
H1.HeaderClassName
{
color: #379FAA;
}
.AnyTagClassName
{
color: #379FAA;
}
</style>
background-color css
<style>
a { background-color: #379FAA; }
a { background-color: rgb(55,159,170); }
div.DivClassName
{
background-color: #379FAA;
}
.BgClassName
{
background-color: #379FAA;
}
</style>
border-color css
<style>
span { border-color: #379FAA; }
span { border-color: rgb(55,159,170); }
td.TdClassName
{
border-color: #379FAA;
}
.TagClassName
{
border-color: #379FAA;
}
</style>