Shades of Scooter #37889D
Tints of Scooter #37889D
RGB
CMYK
RGB Variations
Color information
#37889D (or 0x37889D) is known color: Scooter. HEX triplet: 37, 88 and 9D. RGB value is (55,136,157). Sum of RGB (Red+Green+Blue) = 55+136+157=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #37889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37889D is #C87762. Grayscale: #727272. Windows color (decimal): -13137763 or 10324023. OLE color: 10324023.
HSL color Cylindrical-coordinate representation of color #37889D: hue angle of 192.35º 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 #37889D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 136 | 157 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.38 |
| HSL | 192.35º | 0.48% | 0.42% | - |
| HSV(B) | 192.35º | 0.65% | 0.62% | - |
| XYZ | 16.47 | 20.85 | 35.06 | - |
| YUV | 114.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 157 | 0.65 | 0.13 | 0 | 0.38 | 192.35 | 0.48 | 0.42 |
| Hex | 37 | 88 | 9D | 41 | D | 0 | 26 | C0 | 30 | 2A |
| Octal | 67 | 210 | 235 | 101 | 15 | 0 | 46 | 300 | 60 | 52 |
| Binary | 110111 | 10001000 | 10011101 | 1000001 | 1101 | 0 | 100110 | 11000000 | 110000 | 101010 |
Color Harmonies of #37889D
Complementary color
Monochromatic Colors of #37889D
Black with #37889D
Text Example
Text Example
White with #37889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37889D; }
p { color: rgb(55,136,157); }
H1.HeaderClassName
{
color: #37889D;
}
.AnyTagClassName
{
color: #37889D;
}
</style>
background-color css
<style>
a { background-color: #37889D; }
a { background-color: rgb(55,136,157); }
div.DivClassName
{
background-color: #37889D;
}
.BgClassName
{
background-color: #37889D;
}
</style>
border-color css
<style>
span { border-color: #37889D; }
span { border-color: rgb(55,136,157); }
td.TdClassName
{
border-color: #37889D;
}
.TagClassName
{
border-color: #37889D;
}
</style>