Shades of Scooter #37819F
Tints of Scooter #37819F
RGB
CMYK
RGB Variations
Color information
#37819F (or 0x37819F) is known color: Scooter. HEX triplet: 37, 81 and 9F. RGB value is (55,129,159). Sum of RGB (Red+Green+Blue) = 55+129+159=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #37819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37819F is #C87E60. Grayscale: #6E6E6E. Windows color (decimal): -13139553 or 10453303. OLE color: 10453303.
HSL color Cylindrical-coordinate representation of color #37819F: hue angle of 197.31º 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 #37819F is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 129 | 159 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.38 |
| HSL | 197.31º | 0.49% | 0.42% | - |
| HSV(B) | 197.31º | 0.65% | 0.62% | - |
| XYZ | 15.68 | 19.02 | 35.64 | - |
| YUV | 110.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 159 | 0.65 | 0.19 | 0 | 0.38 | 197.31 | 0.49 | 0.42 |
| Hex | 37 | 81 | 9F | 41 | 13 | 0 | 26 | C5 | 31 | 2A |
| Octal | 67 | 201 | 237 | 101 | 23 | 0 | 46 | 305 | 61 | 52 |
| Binary | 110111 | 10000001 | 10011111 | 1000001 | 10011 | 0 | 100110 | 11000101 | 110001 | 101010 |
Color Harmonies of #37819F
Complementary color
Monochromatic Colors of #37819F
Black with #37819F
Text Example
Text Example
White with #37819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37819F; }
p { color: rgb(55,129,159); }
H1.HeaderClassName
{
color: #37819F;
}
.AnyTagClassName
{
color: #37819F;
}
</style>
background-color css
<style>
a { background-color: #37819F; }
a { background-color: rgb(55,129,159); }
div.DivClassName
{
background-color: #37819F;
}
.BgClassName
{
background-color: #37819F;
}
</style>
border-color css
<style>
span { border-color: #37819F; }
span { border-color: rgb(55,129,159); }
td.TdClassName
{
border-color: #37819F;
}
.TagClassName
{
border-color: #37819F;
}
</style>