Shades of Scooter #37859E
Tints of Scooter #37859E
RGB
CMYK
RGB Variations
Color information
#37859E (or 0x37859E) is known color: Scooter. HEX triplet: 37, 85 and 9E. RGB value is (55,133,158). Sum of RGB (Red+Green+Blue) = 55+133+158=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #37859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37859E is #C87A61. Grayscale: #707070. Windows color (decimal): -13138530 or 10388791. OLE color: 10388791.
HSL color Cylindrical-coordinate representation of color #37859E: hue angle of 194.56º 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 #37859E is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 133 | 158 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.38 |
| HSL | 194.56º | 0.48% | 0.42% | - |
| HSV(B) | 194.56º | 0.65% | 0.62% | - |
| XYZ | 16.13 | 20.06 | 35.37 | - |
| YUV | 112.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 158 | 0.65 | 0.16 | 0 | 0.38 | 194.56 | 0.48 | 0.42 |
| Hex | 37 | 85 | 9E | 41 | 10 | 0 | 26 | C3 | 30 | 2A |
| Octal | 67 | 205 | 236 | 101 | 20 | 0 | 46 | 303 | 60 | 52 |
| Binary | 110111 | 10000101 | 10011110 | 1000001 | 10000 | 0 | 100110 | 11000011 | 110000 | 101010 |
Color Harmonies of #37859E
Complementary color
Monochromatic Colors of #37859E
Black with #37859E
Text Example
Text Example
White with #37859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37859E; }
p { color: rgb(55,133,158); }
H1.HeaderClassName
{
color: #37859E;
}
.AnyTagClassName
{
color: #37859E;
}
</style>
background-color css
<style>
a { background-color: #37859E; }
a { background-color: rgb(55,133,158); }
div.DivClassName
{
background-color: #37859E;
}
.BgClassName
{
background-color: #37859E;
}
</style>
border-color css
<style>
span { border-color: #37859E; }
span { border-color: rgb(55,133,158); }
td.TdClassName
{
border-color: #37859E;
}
.TagClassName
{
border-color: #37859E;
}
</style>