Shades of Scooter #378CA8
Tints of Scooter #378CA8
RGB
CMYK
RGB Variations
Color information
#378CA8 (or 0x378CA8) is known color: Scooter. HEX triplet: 37, 8C and A8. RGB value is (55,140,168). Sum of RGB (Red+Green+Blue) = 55+140+168=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #378CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378CA8 is #C87357. Grayscale: #757575. Windows color (decimal): -13136728 or 11045943. OLE color: 11045943.
HSL color Cylindrical-coordinate representation of color #378CA8: hue angle of 194.87º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #378CA8 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 140 | 168 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.34 |
| HSL | 194.87º | 0.51% | 0.44% | - |
| HSV(B) | 194.87º | 0.67% | 0.66% | - |
| XYZ | 18.02 | 22.4 | 40.42 | - |
| YUV | 117.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 168 | 0.67 | 0.17 | 0 | 0.34 | 194.87 | 0.51 | 0.44 |
| Hex | 37 | 8C | A8 | 43 | 11 | 0 | 22 | C3 | 33 | 2C |
| Octal | 67 | 214 | 250 | 103 | 21 | 0 | 42 | 303 | 63 | 54 |
| Binary | 110111 | 10001100 | 10101000 | 1000011 | 10001 | 0 | 100010 | 11000011 | 110011 | 101100 |
Color Harmonies of #378CA8
Complementary color
Monochromatic Colors of #378CA8
Black with #378CA8
Text Example
Text Example
White with #378CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CA8; }
p { color: rgb(55,140,168); }
H1.HeaderClassName
{
color: #378CA8;
}
.AnyTagClassName
{
color: #378CA8;
}
</style>
background-color css
<style>
a { background-color: #378CA8; }
a { background-color: rgb(55,140,168); }
div.DivClassName
{
background-color: #378CA8;
}
.BgClassName
{
background-color: #378CA8;
}
</style>
border-color css
<style>
span { border-color: #378CA8; }
span { border-color: rgb(55,140,168); }
td.TdClassName
{
border-color: #378CA8;
}
.TagClassName
{
border-color: #378CA8;
}
</style>