Shades of Scooter #378297
Tints of Scooter #378297
RGB
CMYK
RGB Variations
Color information
#378297 (or 0x378297) is known color: Scooter. HEX triplet: 37, 82 and 97. RGB value is (55,130,151). Sum of RGB (Red+Green+Blue) = 55+130+151=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #378297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378297 is #C87D68. Grayscale: #6D6D6D. Windows color (decimal): -13139305 or 9929271. OLE color: 9929271.
HSL color Cylindrical-coordinate representation of color #378297: hue angle of 193.12º 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 #378297 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 130 | 151 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.41 |
| HSL | 193.13º | 0.47% | 0.4% | - |
| HSV(B) | 193.13º | 0.64% | 0.59% | - |
| XYZ | 15.14 | 19.01 | 32.15 | - |
| YUV | 109.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 151 | 0.64 | 0.14 | 0 | 0.41 | 193.13 | 0.47 | 0.4 |
| Hex | 37 | 82 | 97 | 40 | E | 0 | 29 | C1 | 2F | 28 |
| Octal | 67 | 202 | 227 | 100 | 16 | 0 | 51 | 301 | 57 | 50 |
| Binary | 110111 | 10000010 | 10010111 | 1000000 | 1110 | 0 | 101001 | 11000001 | 101111 | 101000 |
Color Harmonies of #378297
Complementary color
Monochromatic Colors of #378297
Black with #378297
Text Example
Text Example
White with #378297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378297; }
p { color: rgb(55,130,151); }
H1.HeaderClassName
{
color: #378297;
}
.AnyTagClassName
{
color: #378297;
}
</style>
background-color css
<style>
a { background-color: #378297; }
a { background-color: rgb(55,130,151); }
div.DivClassName
{
background-color: #378297;
}
.BgClassName
{
background-color: #378297;
}
</style>
border-color css
<style>
span { border-color: #378297; }
span { border-color: rgb(55,130,151); }
td.TdClassName
{
border-color: #378297;
}
.TagClassName
{
border-color: #378297;
}
</style>