Shades of Scooter #379199
Tints of Scooter #379199
RGB
CMYK
RGB Variations
Color information
#379199 (or 0x379199) is known color: Scooter. HEX triplet: 37, 91 and 99. RGB value is (55,145,153). Sum of RGB (Red+Green+Blue) = 55+145+153=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #379199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379199 is #C86E66. Grayscale: #767676. Windows color (decimal): -13135463 or 10064183. OLE color: 10064183.
HSL color Cylindrical-coordinate representation of color #379199: hue angle of 184.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379199 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 145 | 153 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.4 |
| HSL | 184.9º | 0.47% | 0.41% | - |
| HSV(B) | 184.9º | 0.64% | 0.6% | - |
| XYZ | 17.45 | 23.36 | 33.73 | - |
| YUV | 119 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 153 | 0.64 | 0.05 | 0 | 0.4 | 184.9 | 0.47 | 0.41 |
| Hex | 37 | 91 | 99 | 40 | 5 | 0 | 28 | B9 | 2F | 29 |
| Octal | 67 | 221 | 231 | 100 | 5 | 0 | 50 | 271 | 57 | 51 |
| Binary | 110111 | 10010001 | 10011001 | 1000000 | 101 | 0 | 101000 | 10111001 | 101111 | 101001 |
Color Harmonies of #379199
Complementary color
Monochromatic Colors of #379199
Black with #379199
Text Example
Text Example
White with #379199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379199; }
p { color: rgb(55,145,153); }
H1.HeaderClassName
{
color: #379199;
}
.AnyTagClassName
{
color: #379199;
}
</style>
background-color css
<style>
a { background-color: #379199; }
a { background-color: rgb(55,145,153); }
div.DivClassName
{
background-color: #379199;
}
.BgClassName
{
background-color: #379199;
}
</style>
border-color css
<style>
span { border-color: #379199; }
span { border-color: rgb(55,145,153); }
td.TdClassName
{
border-color: #379199;
}
.TagClassName
{
border-color: #379199;
}
</style>