Shades of Scooter #37949F
Tints of Scooter #37949F
RGB
CMYK
RGB Variations
Color information
#37949F (or 0x37949F) is known color: Scooter. HEX triplet: 37, 94 and 9F. RGB value is (55,148,159). Sum of RGB (Red+Green+Blue) = 55+148+159=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #37949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37949F is #C86B60. Grayscale: #797979. Windows color (decimal): -13134689 or 10458167. OLE color: 10458167.
HSL color Cylindrical-coordinate representation of color #37949F: hue angle of 186.35º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37949F is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 148 | 159 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.38 |
| HSL | 186.35º | 0.49% | 0.42% | - |
| HSV(B) | 186.35º | 0.65% | 0.62% | - |
| XYZ | 18.42 | 24.5 | 36.56 | - |
| YUV | 121.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 159 | 0.65 | 0.07 | 0 | 0.38 | 186.35 | 0.49 | 0.42 |
| Hex | 37 | 94 | 9F | 41 | 7 | 0 | 26 | BA | 31 | 2A |
| Octal | 67 | 224 | 237 | 101 | 7 | 0 | 46 | 272 | 61 | 52 |
| Binary | 110111 | 10010100 | 10011111 | 1000001 | 111 | 0 | 100110 | 10111010 | 110001 | 101010 |
Color Harmonies of #37949F
Complementary color
Monochromatic Colors of #37949F
Black with #37949F
Text Example
Text Example
White with #37949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37949F; }
p { color: rgb(55,148,159); }
H1.HeaderClassName
{
color: #37949F;
}
.AnyTagClassName
{
color: #37949F;
}
</style>
background-color css
<style>
a { background-color: #37949F; }
a { background-color: rgb(55,148,159); }
div.DivClassName
{
background-color: #37949F;
}
.BgClassName
{
background-color: #37949F;
}
</style>
border-color css
<style>
span { border-color: #37949F; }
span { border-color: rgb(55,148,159); }
td.TdClassName
{
border-color: #37949F;
}
.TagClassName
{
border-color: #37949F;
}
</style>