Shades of Scooter #37849C
Tints of Scooter #37849C
RGB
CMYK
RGB Variations
Color information
#37849C (or 0x37849C) is known color: Scooter. HEX triplet: 37, 84 and 9C. RGB value is (55,132,156). Sum of RGB (Red+Green+Blue) = 55+132+156=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #37849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37849C is #C87B63. Grayscale: #6F6F6F. Windows color (decimal): -13138788 or 10257463. OLE color: 10257463.
HSL color Cylindrical-coordinate representation of color #37849C: hue angle of 194.26º 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 #37849C is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 132 | 156 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.39 |
| HSL | 194.26º | 0.48% | 0.41% | - |
| HSV(B) | 194.26º | 0.65% | 0.61% | - |
| XYZ | 15.83 | 19.72 | 34.42 | - |
| YUV | 111.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 156 | 0.65 | 0.15 | 0 | 0.39 | 194.26 | 0.48 | 0.41 |
| Hex | 37 | 84 | 9C | 41 | F | 0 | 27 | C2 | 30 | 29 |
| Octal | 67 | 204 | 234 | 101 | 17 | 0 | 47 | 302 | 60 | 51 |
| Binary | 110111 | 10000100 | 10011100 | 1000001 | 1111 | 0 | 100111 | 11000010 | 110000 | 101001 |
Color Harmonies of #37849C
Complementary color
Monochromatic Colors of #37849C
Black with #37849C
Text Example
Text Example
White with #37849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37849C; }
p { color: rgb(55,132,156); }
H1.HeaderClassName
{
color: #37849C;
}
.AnyTagClassName
{
color: #37849C;
}
</style>
background-color css
<style>
a { background-color: #37849C; }
a { background-color: rgb(55,132,156); }
div.DivClassName
{
background-color: #37849C;
}
.BgClassName
{
background-color: #37849C;
}
</style>
border-color css
<style>
span { border-color: #37849C; }
span { border-color: rgb(55,132,156); }
td.TdClassName
{
border-color: #37849C;
}
.TagClassName
{
border-color: #37849C;
}
</style>