Shades of Scooter #378995
Tints of Scooter #378995
RGB
CMYK
RGB Variations
Color information
#378995 (or 0x378995) is known color: Scooter. HEX triplet: 37, 89 and 95. RGB value is (55,137,149). Sum of RGB (Red+Green+Blue) = 55+137+149=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #378995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378995 is #C8766A. Grayscale: #717171. Windows color (decimal): -13137515 or 9799991. OLE color: 9799991.
HSL color Cylindrical-coordinate representation of color #378995: hue angle of 187.66º 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 #378995 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 137 | 149 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.42 |
| HSL | 187.66º | 0.46% | 0.4% | - |
| HSV(B) | 187.66º | 0.63% | 0.58% | - |
| XYZ | 15.95 | 20.87 | 31.62 | - |
| YUV | 113.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 149 | 0.63 | 0.08 | 0 | 0.42 | 187.66 | 0.46 | 0.4 |
| Hex | 37 | 89 | 95 | 3F | 8 | 0 | 2A | BC | 2E | 28 |
| Octal | 67 | 211 | 225 | 77 | 10 | 0 | 52 | 274 | 56 | 50 |
| Binary | 110111 | 10001001 | 10010101 | 111111 | 1000 | 0 | 101010 | 10111100 | 101110 | 101000 |
Color Harmonies of #378995
Complementary color
Monochromatic Colors of #378995
Black with #378995
Text Example
Text Example
White with #378995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378995; }
p { color: rgb(55,137,149); }
H1.HeaderClassName
{
color: #378995;
}
.AnyTagClassName
{
color: #378995;
}
</style>
background-color css
<style>
a { background-color: #378995; }
a { background-color: rgb(55,137,149); }
div.DivClassName
{
background-color: #378995;
}
.BgClassName
{
background-color: #378995;
}
</style>
border-color css
<style>
span { border-color: #378995; }
span { border-color: rgb(55,137,149); }
td.TdClassName
{
border-color: #378995;
}
.TagClassName
{
border-color: #378995;
}
</style>