Shades of Scooter #37949B
Tints of Scooter #37949B
RGB
CMYK
RGB Variations
Color information
#37949B (or 0x37949B) is known color: Scooter. HEX triplet: 37, 94 and 9B. RGB value is (55,148,155). Sum of RGB (Red+Green+Blue) = 55+148+155=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #37949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37949B is #C86B64. Grayscale: #787878. Windows color (decimal): -13134693 or 10196023. OLE color: 10196023.
HSL color Cylindrical-coordinate representation of color #37949B: hue angle of 184.2º 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 #37949B is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 148 | 155 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.39 |
| HSL | 184.2º | 0.48% | 0.41% | - |
| HSV(B) | 184.2º | 0.65% | 0.61% | - |
| XYZ | 18.08 | 24.36 | 34.76 | - |
| YUV | 120.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 155 | 0.65 | 0.05 | 0 | 0.39 | 184.2 | 0.48 | 0.41 |
| Hex | 37 | 94 | 9B | 41 | 5 | 0 | 27 | B8 | 30 | 29 |
| Octal | 67 | 224 | 233 | 101 | 5 | 0 | 47 | 270 | 60 | 51 |
| Binary | 110111 | 10010100 | 10011011 | 1000001 | 101 | 0 | 100111 | 10111000 | 110000 | 101001 |
Color Harmonies of #37949B
Complementary color
Monochromatic Colors of #37949B
Black with #37949B
Text Example
Text Example
White with #37949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37949B; }
p { color: rgb(55,148,155); }
H1.HeaderClassName
{
color: #37949B;
}
.AnyTagClassName
{
color: #37949B;
}
</style>
background-color css
<style>
a { background-color: #37949B; }
a { background-color: rgb(55,148,155); }
div.DivClassName
{
background-color: #37949B;
}
.BgClassName
{
background-color: #37949B;
}
</style>
border-color css
<style>
span { border-color: #37949B; }
span { border-color: rgb(55,148,155); }
td.TdClassName
{
border-color: #37949B;
}
.TagClassName
{
border-color: #37949B;
}
</style>