Shades of Scooter #37859D
Tints of Scooter #37859D
RGB
CMYK
RGB Variations
Color information
#37859D (or 0x37859D) is known color: Scooter. HEX triplet: 37, 85 and 9D. RGB value is (55,133,157). Sum of RGB (Red+Green+Blue) = 55+133+157=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #37859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37859D is #C87A62. Grayscale: #707070. Windows color (decimal): -13138531 or 10323255. OLE color: 10323255.
HSL color Cylindrical-coordinate representation of color #37859D: hue angle of 194.12º 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 #37859D is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 133 | 157 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.38 |
| HSL | 194.12º | 0.48% | 0.42% | - |
| HSV(B) | 194.12º | 0.65% | 0.62% | - |
| XYZ | 16.05 | 20.02 | 34.92 | - |
| YUV | 112.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 157 | 0.65 | 0.15 | 0 | 0.38 | 194.12 | 0.48 | 0.42 |
| Hex | 37 | 85 | 9D | 41 | F | 0 | 26 | C2 | 30 | 2A |
| Octal | 67 | 205 | 235 | 101 | 17 | 0 | 46 | 302 | 60 | 52 |
| Binary | 110111 | 10000101 | 10011101 | 1000001 | 1111 | 0 | 100110 | 11000010 | 110000 | 101010 |
Color Harmonies of #37859D
Complementary color
Monochromatic Colors of #37859D
Black with #37859D
Text Example
Text Example
White with #37859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37859D; }
p { color: rgb(55,133,157); }
H1.HeaderClassName
{
color: #37859D;
}
.AnyTagClassName
{
color: #37859D;
}
</style>
background-color css
<style>
a { background-color: #37859D; }
a { background-color: rgb(55,133,157); }
div.DivClassName
{
background-color: #37859D;
}
.BgClassName
{
background-color: #37859D;
}
</style>
border-color css
<style>
span { border-color: #37859D; }
span { border-color: rgb(55,133,157); }
td.TdClassName
{
border-color: #37859D;
}
.TagClassName
{
border-color: #37859D;
}
</style>