Shades of Scooter #378495
Tints of Scooter #378495
RGB
CMYK
RGB Variations
Color information
#378495 (or 0x378495) is known color: Scooter. HEX triplet: 37, 84 and 95. RGB value is (55,132,149). Sum of RGB (Red+Green+Blue) = 55+132+149=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #378495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378495 is #C87B6A. Grayscale: #6E6E6E. Windows color (decimal): -13138795 or 9798711. OLE color: 9798711.
HSL color Cylindrical-coordinate representation of color #378495: hue angle of 190.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378495 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 132 | 149 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.42 |
| HSL | 190.85º | 0.46% | 0.4% | - |
| HSV(B) | 190.85º | 0.63% | 0.58% | - |
| XYZ | 15.25 | 19.48 | 31.39 | - |
| YUV | 110.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 149 | 0.63 | 0.11 | 0 | 0.42 | 190.85 | 0.46 | 0.4 |
| Hex | 37 | 84 | 95 | 3F | B | 0 | 2A | BF | 2E | 28 |
| Octal | 67 | 204 | 225 | 77 | 13 | 0 | 52 | 277 | 56 | 50 |
| Binary | 110111 | 10000100 | 10010101 | 111111 | 1011 | 0 | 101010 | 10111111 | 101110 | 101000 |
Color Harmonies of #378495
Complementary color
Monochromatic Colors of #378495
Black with #378495
Text Example
Text Example
White with #378495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378495; }
p { color: rgb(55,132,149); }
H1.HeaderClassName
{
color: #378495;
}
.AnyTagClassName
{
color: #378495;
}
</style>
background-color css
<style>
a { background-color: #378495; }
a { background-color: rgb(55,132,149); }
div.DivClassName
{
background-color: #378495;
}
.BgClassName
{
background-color: #378495;
}
</style>
border-color css
<style>
span { border-color: #378495; }
span { border-color: rgb(55,132,149); }
td.TdClassName
{
border-color: #378495;
}
.TagClassName
{
border-color: #378495;
}
</style>