Shades of Scooter #378197
Tints of Scooter #378197
RGB
CMYK
RGB Variations
Color information
#378197 (or 0x378197) is known color: Scooter. HEX triplet: 37, 81 and 97. RGB value is (55,129,151). Sum of RGB (Red+Green+Blue) = 55+129+151=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #378197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378197 is #C87E68. Grayscale: #6D6D6D. Windows color (decimal): -13139561 or 9929015. OLE color: 9929015.
HSL color Cylindrical-coordinate representation of color #378197: hue angle of 193.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378197 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 129 | 151 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.41 |
| HSL | 193.75º | 0.47% | 0.4% | - |
| HSV(B) | 193.75º | 0.64% | 0.59% | - |
| XYZ | 15.01 | 18.75 | 32.11 | - |
| YUV | 109.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 151 | 0.64 | 0.15 | 0 | 0.41 | 193.75 | 0.47 | 0.4 |
| Hex | 37 | 81 | 97 | 40 | F | 0 | 29 | C2 | 2F | 28 |
| Octal | 67 | 201 | 227 | 100 | 17 | 0 | 51 | 302 | 57 | 50 |
| Binary | 110111 | 10000001 | 10010111 | 1000000 | 1111 | 0 | 101001 | 11000010 | 101111 | 101000 |
Color Harmonies of #378197
Complementary color
Monochromatic Colors of #378197
Black with #378197
Text Example
Text Example
White with #378197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378197; }
p { color: rgb(55,129,151); }
H1.HeaderClassName
{
color: #378197;
}
.AnyTagClassName
{
color: #378197;
}
</style>
background-color css
<style>
a { background-color: #378197; }
a { background-color: rgb(55,129,151); }
div.DivClassName
{
background-color: #378197;
}
.BgClassName
{
background-color: #378197;
}
</style>
border-color css
<style>
span { border-color: #378197; }
span { border-color: rgb(55,129,151); }
td.TdClassName
{
border-color: #378197;
}
.TagClassName
{
border-color: #378197;
}
</style>