Shades of Scooter #378F99
Tints of Scooter #378F99
RGB
CMYK
RGB Variations
Color information
#378F99 (or 0x378F99) is known color: Scooter. HEX triplet: 37, 8F and 99. RGB value is (55,143,153). Sum of RGB (Red+Green+Blue) = 55+143+153=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #378F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F99 is #C87066. Grayscale: #757575. Windows color (decimal): -13135975 or 10063671. OLE color: 10063671.
HSL color Cylindrical-coordinate representation of color #378F99: hue angle of 186.12º 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 #378F99 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 143 | 153 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.4 |
| HSL | 186.12º | 0.47% | 0.41% | - |
| HSV(B) | 186.12º | 0.64% | 0.6% | - |
| XYZ | 17.15 | 22.76 | 33.63 | - |
| YUV | 117.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 153 | 0.64 | 0.07 | 0 | 0.4 | 186.12 | 0.47 | 0.41 |
| Hex | 37 | 8F | 99 | 40 | 7 | 0 | 28 | BA | 2F | 29 |
| Octal | 67 | 217 | 231 | 100 | 7 | 0 | 50 | 272 | 57 | 51 |
| Binary | 110111 | 10001111 | 10011001 | 1000000 | 111 | 0 | 101000 | 10111010 | 101111 | 101001 |
Color Harmonies of #378F99
Complementary color
Monochromatic Colors of #378F99
Black with #378F99
Text Example
Text Example
White with #378F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F99; }
p { color: rgb(55,143,153); }
H1.HeaderClassName
{
color: #378F99;
}
.AnyTagClassName
{
color: #378F99;
}
</style>
background-color css
<style>
a { background-color: #378F99; }
a { background-color: rgb(55,143,153); }
div.DivClassName
{
background-color: #378F99;
}
.BgClassName
{
background-color: #378F99;
}
</style>
border-color css
<style>
span { border-color: #378F99; }
span { border-color: rgb(55,143,153); }
td.TdClassName
{
border-color: #378F99;
}
.TagClassName
{
border-color: #378F99;
}
</style>