Shades of Scooter #379AAC
Tints of Scooter #379AAC
RGB
CMYK
RGB Variations
Color information
#379AAC (or 0x379AAC) is known color: Scooter. HEX triplet: 37, 9A and AC. RGB value is (55,154,172). Sum of RGB (Red+Green+Blue) = 55+154+172=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #379AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AAC is #C86553. Grayscale: #7E7E7E. Windows color (decimal): -13133140 or 11311671. OLE color: 11311671.
HSL color Cylindrical-coordinate representation of color #379AAC: hue angle of 189.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379AAC is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 154 | 172 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.33 |
| HSL | 189.23º | 0.52% | 0.45% | - |
| HSV(B) | 189.23º | 0.68% | 0.67% | - |
| XYZ | 20.58 | 26.9 | 43.14 | - |
| YUV | 126.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 172 | 0.68 | 0.10 | 0 | 0.33 | 189.23 | 0.52 | 0.45 |
| Hex | 37 | 9A | AC | 44 | A | 0 | 21 | BD | 34 | 2D |
| Octal | 67 | 232 | 254 | 104 | 12 | 0 | 41 | 275 | 64 | 55 |
| Binary | 110111 | 10011010 | 10101100 | 1000100 | 1010 | 0 | 100001 | 10111101 | 110100 | 101101 |
Color Harmonies of #379AAC
Complementary color
Monochromatic Colors of #379AAC
Black with #379AAC
Text Example
Text Example
White with #379AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379AAC; }
p { color: rgb(55,154,172); }
H1.HeaderClassName
{
color: #379AAC;
}
.AnyTagClassName
{
color: #379AAC;
}
</style>
background-color css
<style>
a { background-color: #379AAC; }
a { background-color: rgb(55,154,172); }
div.DivClassName
{
background-color: #379AAC;
}
.BgClassName
{
background-color: #379AAC;
}
</style>
border-color css
<style>
span { border-color: #379AAC; }
span { border-color: rgb(55,154,172); }
td.TdClassName
{
border-color: #379AAC;
}
.TagClassName
{
border-color: #379AAC;
}
</style>