Shades of Scooter #379399
Tints of Scooter #379399
RGB
CMYK
RGB Variations
Color information
#379399 (or 0x379399) is known color: Scooter. HEX triplet: 37, 93 and 99. RGB value is (55,147,153). Sum of RGB (Red+Green+Blue) = 55+147+153=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #379399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379399 is #C86C66. Grayscale: #787878. Windows color (decimal): -13134951 or 10064695. OLE color: 10064695.
HSL color Cylindrical-coordinate representation of color #379399: hue angle of 183.67º 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 #379399 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 147 | 153 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.4 |
| HSL | 183.67º | 0.47% | 0.41% | - |
| HSV(B) | 183.67º | 0.64% | 0.6% | - |
| XYZ | 17.76 | 23.98 | 33.83 | - |
| YUV | 120.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 153 | 0.64 | 0.04 | 0 | 0.4 | 183.67 | 0.47 | 0.41 |
| Hex | 37 | 93 | 99 | 40 | 4 | 0 | 28 | B8 | 2F | 29 |
| Octal | 67 | 223 | 231 | 100 | 4 | 0 | 50 | 270 | 57 | 51 |
| Binary | 110111 | 10010011 | 10011001 | 1000000 | 100 | 0 | 101000 | 10111000 | 101111 | 101001 |
Color Harmonies of #379399
Complementary color
Monochromatic Colors of #379399
Black with #379399
Text Example
Text Example
White with #379399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379399; }
p { color: rgb(55,147,153); }
H1.HeaderClassName
{
color: #379399;
}
.AnyTagClassName
{
color: #379399;
}
</style>
background-color css
<style>
a { background-color: #379399; }
a { background-color: rgb(55,147,153); }
div.DivClassName
{
background-color: #379399;
}
.BgClassName
{
background-color: #379399;
}
</style>
border-color css
<style>
span { border-color: #379399; }
span { border-color: rgb(55,147,153); }
td.TdClassName
{
border-color: #379399;
}
.TagClassName
{
border-color: #379399;
}
</style>