Shades of Scooter #379EA8
Tints of Scooter #379EA8
RGB
CMYK
RGB Variations
Color information
#379EA8 (or 0x379EA8) is known color: Scooter. HEX triplet: 37, 9E and A8. RGB value is (55,158,168). Sum of RGB (Red+Green+Blue) = 55+158+168=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #379EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379EA8 is #C86157. Grayscale: #808080. Windows color (decimal): -13132120 or 11050551. OLE color: 11050551.
HSL color Cylindrical-coordinate representation of color #379EA8: hue angle of 185.31º 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 #379EA8 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 158 | 168 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.34 |
| HSL | 185.31º | 0.51% | 0.44% | - |
| HSV(B) | 185.31º | 0.67% | 0.66% | - |
| XYZ | 20.87 | 28.09 | 41.37 | - |
| YUV | 128.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 168 | 0.67 | 0.06 | 0 | 0.34 | 185.31 | 0.51 | 0.44 |
| Hex | 37 | 9E | A8 | 43 | 6 | 0 | 22 | B9 | 33 | 2C |
| Octal | 67 | 236 | 250 | 103 | 6 | 0 | 42 | 271 | 63 | 54 |
| Binary | 110111 | 10011110 | 10101000 | 1000011 | 110 | 0 | 100010 | 10111001 | 110011 | 101100 |
Color Harmonies of #379EA8
Complementary color
Monochromatic Colors of #379EA8
Black with #379EA8
Text Example
Text Example
White with #379EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379EA8; }
p { color: rgb(55,158,168); }
H1.HeaderClassName
{
color: #379EA8;
}
.AnyTagClassName
{
color: #379EA8;
}
</style>
background-color css
<style>
a { background-color: #379EA8; }
a { background-color: rgb(55,158,168); }
div.DivClassName
{
background-color: #379EA8;
}
.BgClassName
{
background-color: #379EA8;
}
</style>
border-color css
<style>
span { border-color: #379EA8; }
span { border-color: rgb(55,158,168); }
td.TdClassName
{
border-color: #379EA8;
}
.TagClassName
{
border-color: #379EA8;
}
</style>