Shades of Scooter #37899D
Tints of Scooter #37899D
RGB
CMYK
RGB Variations
Color information
#37899D (or 0x37899D) is known color: Scooter. HEX triplet: 37, 89 and 9D. RGB value is (55,137,157). Sum of RGB (Red+Green+Blue) = 55+137+157=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #37899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37899D is #C87662. Grayscale: #727272. Windows color (decimal): -13137507 or 10324279. OLE color: 10324279.
HSL color Cylindrical-coordinate representation of color #37899D: hue angle of 191.76º degrees, saturation: 0.48, 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 #37899D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 137 | 157 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.38 |
| HSL | 191.76º | 0.48% | 0.42% | - |
| HSV(B) | 191.76º | 0.65% | 0.62% | - |
| XYZ | 16.61 | 21.14 | 35.1 | - |
| YUV | 114.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 157 | 0.65 | 0.13 | 0 | 0.38 | 191.76 | 0.48 | 0.42 |
| Hex | 37 | 89 | 9D | 41 | D | 0 | 26 | C0 | 30 | 2A |
| Octal | 67 | 211 | 235 | 101 | 15 | 0 | 46 | 300 | 60 | 52 |
| Binary | 110111 | 10001001 | 10011101 | 1000001 | 1101 | 0 | 100110 | 11000000 | 110000 | 101010 |
Color Harmonies of #37899D
Complementary color
Monochromatic Colors of #37899D
Black with #37899D
Text Example
Text Example
White with #37899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37899D; }
p { color: rgb(55,137,157); }
H1.HeaderClassName
{
color: #37899D;
}
.AnyTagClassName
{
color: #37899D;
}
</style>
background-color css
<style>
a { background-color: #37899D; }
a { background-color: rgb(55,137,157); }
div.DivClassName
{
background-color: #37899D;
}
.BgClassName
{
background-color: #37899D;
}
</style>
border-color css
<style>
span { border-color: #37899D; }
span { border-color: rgb(55,137,157); }
td.TdClassName
{
border-color: #37899D;
}
.TagClassName
{
border-color: #37899D;
}
</style>