Shades of Scooter #37919C
Tints of Scooter #37919C
RGB
CMYK
RGB Variations
Color information
#37919C (or 0x37919C) is known color: Scooter. HEX triplet: 37, 91 and 9C. RGB value is (55,145,156). Sum of RGB (Red+Green+Blue) = 55+145+156=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #37919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37919C is #C86E63. Grayscale: #777777. Windows color (decimal): -13135460 or 10260791. OLE color: 10260791.
HSL color Cylindrical-coordinate representation of color #37919C: hue angle of 186.53º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37919C is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 145 | 156 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.39 |
| HSL | 186.53º | 0.48% | 0.41% | - |
| HSV(B) | 186.53º | 0.65% | 0.61% | - |
| XYZ | 17.7 | 23.46 | 35.05 | - |
| YUV | 119.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 156 | 0.65 | 0.07 | 0 | 0.39 | 186.53 | 0.48 | 0.41 |
| Hex | 37 | 91 | 9C | 41 | 7 | 0 | 27 | BB | 30 | 29 |
| Octal | 67 | 221 | 234 | 101 | 7 | 0 | 47 | 273 | 60 | 51 |
| Binary | 110111 | 10010001 | 10011100 | 1000001 | 111 | 0 | 100111 | 10111011 | 110000 | 101001 |
Color Harmonies of #37919C
Complementary color
Monochromatic Colors of #37919C
Black with #37919C
Text Example
Text Example
White with #37919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37919C; }
p { color: rgb(55,145,156); }
H1.HeaderClassName
{
color: #37919C;
}
.AnyTagClassName
{
color: #37919C;
}
</style>
background-color css
<style>
a { background-color: #37919C; }
a { background-color: rgb(55,145,156); }
div.DivClassName
{
background-color: #37919C;
}
.BgClassName
{
background-color: #37919C;
}
</style>
border-color css
<style>
span { border-color: #37919C; }
span { border-color: rgb(55,145,156); }
td.TdClassName
{
border-color: #37919C;
}
.TagClassName
{
border-color: #37919C;
}
</style>