Shades of Scooter #379FA7
Tints of Scooter #379FA7
RGB
CMYK
RGB Variations
Color information
#379FA7 (or 0x379FA7) is known color: Scooter. HEX triplet: 37, 9F and A7. RGB value is (55,159,167). Sum of RGB (Red+Green+Blue) = 55+159+167=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #379FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FA7 is #C86058. Grayscale: #808080. Windows color (decimal): -13131865 or 10985271. OLE color: 10985271.
HSL color Cylindrical-coordinate representation of color #379FA7: hue angle of 184.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379FA7 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 159 | 167 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.35 |
| HSL | 184.29º | 0.5% | 0.44% | - |
| HSV(B) | 184.29º | 0.67% | 0.65% | - |
| XYZ | 20.95 | 28.4 | 40.94 | - |
| YUV | 128.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 167 | 0.67 | 0.05 | 0 | 0.35 | 184.29 | 0.5 | 0.44 |
| Hex | 37 | 9F | A7 | 43 | 5 | 0 | 23 | B8 | 32 | 2C |
| Octal | 67 | 237 | 247 | 103 | 5 | 0 | 43 | 270 | 62 | 54 |
| Binary | 110111 | 10011111 | 10100111 | 1000011 | 101 | 0 | 100011 | 10111000 | 110010 | 101100 |
Color Harmonies of #379FA7
Complementary color
Monochromatic Colors of #379FA7
Black with #379FA7
Text Example
Text Example
White with #379FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FA7; }
p { color: rgb(55,159,167); }
H1.HeaderClassName
{
color: #379FA7;
}
.AnyTagClassName
{
color: #379FA7;
}
</style>
background-color css
<style>
a { background-color: #379FA7; }
a { background-color: rgb(55,159,167); }
div.DivClassName
{
background-color: #379FA7;
}
.BgClassName
{
background-color: #379FA7;
}
</style>
border-color css
<style>
span { border-color: #379FA7; }
span { border-color: rgb(55,159,167); }
td.TdClassName
{
border-color: #379FA7;
}
.TagClassName
{
border-color: #379FA7;
}
</style>