Shades of Scooter #37949C
Tints of Scooter #37949C
RGB
CMYK
RGB Variations
Color information
#37949C (or 0x37949C) is known color: Scooter. HEX triplet: 37, 94 and 9C. RGB value is (55,148,156). Sum of RGB (Red+Green+Blue) = 55+148+156=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #37949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37949C is #C86B63. Grayscale: #787878. Windows color (decimal): -13134692 or 10261559. OLE color: 10261559.
HSL color Cylindrical-coordinate representation of color #37949C: hue angle of 184.75º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37949C is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 148 | 156 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.39 |
| HSL | 184.75º | 0.48% | 0.41% | - |
| HSV(B) | 184.75º | 0.65% | 0.61% | - |
| XYZ | 18.17 | 24.39 | 35.2 | - |
| YUV | 121.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 156 | 0.65 | 0.05 | 0 | 0.39 | 184.75 | 0.48 | 0.41 |
| Hex | 37 | 94 | 9C | 41 | 5 | 0 | 27 | B9 | 30 | 29 |
| Octal | 67 | 224 | 234 | 101 | 5 | 0 | 47 | 271 | 60 | 51 |
| Binary | 110111 | 10010100 | 10011100 | 1000001 | 101 | 0 | 100111 | 10111001 | 110000 | 101001 |
Color Harmonies of #37949C
Complementary color
Monochromatic Colors of #37949C
Black with #37949C
Text Example
Text Example
White with #37949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37949C; }
p { color: rgb(55,148,156); }
H1.HeaderClassName
{
color: #37949C;
}
.AnyTagClassName
{
color: #37949C;
}
</style>
background-color css
<style>
a { background-color: #37949C; }
a { background-color: rgb(55,148,156); }
div.DivClassName
{
background-color: #37949C;
}
.BgClassName
{
background-color: #37949C;
}
</style>
border-color css
<style>
span { border-color: #37949C; }
span { border-color: rgb(55,148,156); }
td.TdClassName
{
border-color: #37949C;
}
.TagClassName
{
border-color: #37949C;
}
</style>