Shades of Scooter #379DAB
Tints of Scooter #379DAB
RGB
CMYK
RGB Variations
Color information
#379DAB (or 0x379DAB) is known color: Scooter. HEX triplet: 37, 9D and AB. RGB value is (55,157,171). Sum of RGB (Red+Green+Blue) = 55+157+171=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #379DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379DAB is #C86254. Grayscale: #7F7F7F. Windows color (decimal): -13132373 or 11246903. OLE color: 11246903.
HSL color Cylindrical-coordinate representation of color #379DAB: hue angle of 187.24º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379DAB is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 157 | 171 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.33 |
| HSL | 187.24º | 0.51% | 0.44% | - |
| HSV(B) | 187.24º | 0.68% | 0.67% | - |
| XYZ | 20.98 | 27.87 | 42.8 | - |
| YUV | 128.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 171 | 0.68 | 0.08 | 0 | 0.33 | 187.24 | 0.51 | 0.44 |
| Hex | 37 | 9D | AB | 44 | 8 | 0 | 21 | BB | 33 | 2C |
| Octal | 67 | 235 | 253 | 104 | 10 | 0 | 41 | 273 | 63 | 54 |
| Binary | 110111 | 10011101 | 10101011 | 1000100 | 1000 | 0 | 100001 | 10111011 | 110011 | 101100 |
Color Harmonies of #379DAB
Complementary color
Monochromatic Colors of #379DAB
Black with #379DAB
Text Example
Text Example
White with #379DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DAB; }
p { color: rgb(55,157,171); }
H1.HeaderClassName
{
color: #379DAB;
}
.AnyTagClassName
{
color: #379DAB;
}
</style>
background-color css
<style>
a { background-color: #379DAB; }
a { background-color: rgb(55,157,171); }
div.DivClassName
{
background-color: #379DAB;
}
.BgClassName
{
background-color: #379DAB;
}
</style>
border-color css
<style>
span { border-color: #379DAB; }
span { border-color: rgb(55,157,171); }
td.TdClassName
{
border-color: #379DAB;
}
.TagClassName
{
border-color: #379DAB;
}
</style>