Shades of Scooter #379EA9
Tints of Scooter #379EA9
RGB
CMYK
RGB Variations
Color information
#379EA9 (or 0x379EA9) is known color: Scooter. HEX triplet: 37, 9E and A9. RGB value is (55,158,169). Sum of RGB (Red+Green+Blue) = 55+158+169=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #379EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379EA9 is #C86156. Grayscale: #808080. Windows color (decimal): -13132119 or 11116087. OLE color: 11116087.
HSL color Cylindrical-coordinate representation of color #379EA9: hue angle of 185.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379EA9 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 158 | 169 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.34 |
| HSL | 185.79º | 0.51% | 0.44% | - |
| HSV(B) | 185.79º | 0.67% | 0.66% | - |
| XYZ | 20.96 | 28.13 | 41.86 | - |
| YUV | 128.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 169 | 0.67 | 0.07 | 0 | 0.34 | 185.79 | 0.51 | 0.44 |
| Hex | 37 | 9E | A9 | 43 | 7 | 0 | 22 | BA | 33 | 2C |
| Octal | 67 | 236 | 251 | 103 | 7 | 0 | 42 | 272 | 63 | 54 |
| Binary | 110111 | 10011110 | 10101001 | 1000011 | 111 | 0 | 100010 | 10111010 | 110011 | 101100 |
Color Harmonies of #379EA9
Complementary color
Monochromatic Colors of #379EA9
Black with #379EA9
Text Example
Text Example
White with #379EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379EA9; }
p { color: rgb(55,158,169); }
H1.HeaderClassName
{
color: #379EA9;
}
.AnyTagClassName
{
color: #379EA9;
}
</style>
background-color css
<style>
a { background-color: #379EA9; }
a { background-color: rgb(55,158,169); }
div.DivClassName
{
background-color: #379EA9;
}
.BgClassName
{
background-color: #379EA9;
}
</style>
border-color css
<style>
span { border-color: #379EA9; }
span { border-color: rgb(55,158,169); }
td.TdClassName
{
border-color: #379EA9;
}
.TagClassName
{
border-color: #379EA9;
}
</style>