Shades of Scooter #378C9A
Tints of Scooter #378C9A
RGB
CMYK
RGB Variations
Color information
#378C9A (or 0x378C9A) is known color: Scooter. HEX triplet: 37, 8C and 9A. RGB value is (55,140,154). Sum of RGB (Red+Green+Blue) = 55+140+154=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #378C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C9A is #C87365. Grayscale: #747474. Windows color (decimal): -13136742 or 10128439. OLE color: 10128439.
HSL color Cylindrical-coordinate representation of color #378C9A: hue angle of 188.48º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378C9A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 140 | 154 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.40 |
| HSL | 188.48º | 0.47% | 0.41% | - |
| HSV(B) | 188.48º | 0.64% | 0.6% | - |
| XYZ | 16.79 | 21.9 | 33.91 | - |
| YUV | 116.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 154 | 0.64 | 0.09 | 0 | 0.40 | 188.48 | 0.47 | 0.41 |
| Hex | 37 | 8C | 9A | 40 | 9 | 0 | 28 | BC | 2F | 29 |
| Octal | 67 | 214 | 232 | 100 | 11 | 0 | 50 | 274 | 57 | 51 |
| Binary | 110111 | 10001100 | 10011010 | 1000000 | 1001 | 0 | 101000 | 10111100 | 101111 | 101001 |
Color Harmonies of #378C9A
Complementary color
Monochromatic Colors of #378C9A
Black with #378C9A
Text Example
Text Example
White with #378C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C9A; }
p { color: rgb(55,140,154); }
H1.HeaderClassName
{
color: #378C9A;
}
.AnyTagClassName
{
color: #378C9A;
}
</style>
background-color css
<style>
a { background-color: #378C9A; }
a { background-color: rgb(55,140,154); }
div.DivClassName
{
background-color: #378C9A;
}
.BgClassName
{
background-color: #378C9A;
}
</style>
border-color css
<style>
span { border-color: #378C9A; }
span { border-color: rgb(55,140,154); }
td.TdClassName
{
border-color: #378C9A;
}
.TagClassName
{
border-color: #378C9A;
}
</style>