Shades of Scooter #37899F
Tints of Scooter #37899F
RGB
CMYK
RGB Variations
Color information
#37899F (or 0x37899F) is known color: Scooter. HEX triplet: 37, 89 and 9F. RGB value is (55,137,159). Sum of RGB (Red+Green+Blue) = 55+137+159=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #37899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37899F is #C87660. Grayscale: #727272. Windows color (decimal): -13137505 or 10455351. OLE color: 10455351.
HSL color Cylindrical-coordinate representation of color #37899F: hue angle of 192.69º 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 #37899F is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 137 | 159 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.38 |
| HSL | 192.69º | 0.49% | 0.42% | - |
| HSV(B) | 192.69º | 0.65% | 0.62% | - |
| XYZ | 16.78 | 21.21 | 36.01 | - |
| YUV | 114.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 159 | 0.65 | 0.14 | 0 | 0.38 | 192.69 | 0.49 | 0.42 |
| Hex | 37 | 89 | 9F | 41 | E | 0 | 26 | C1 | 31 | 2A |
| Octal | 67 | 211 | 237 | 101 | 16 | 0 | 46 | 301 | 61 | 52 |
| Binary | 110111 | 10001001 | 10011111 | 1000001 | 1110 | 0 | 100110 | 11000001 | 110001 | 101010 |
Color Harmonies of #37899F
Complementary color
Monochromatic Colors of #37899F
Black with #37899F
Text Example
Text Example
White with #37899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37899F; }
p { color: rgb(55,137,159); }
H1.HeaderClassName
{
color: #37899F;
}
.AnyTagClassName
{
color: #37899F;
}
</style>
background-color css
<style>
a { background-color: #37899F; }
a { background-color: rgb(55,137,159); }
div.DivClassName
{
background-color: #37899F;
}
.BgClassName
{
background-color: #37899F;
}
</style>
border-color css
<style>
span { border-color: #37899F; }
span { border-color: rgb(55,137,159); }
td.TdClassName
{
border-color: #37899F;
}
.TagClassName
{
border-color: #37899F;
}
</style>