Shades of Scooter #379BA4
Tints of Scooter #379BA4
RGB
CMYK
RGB Variations
Color information
#379BA4 (or 0x379BA4) is known color: Scooter. HEX triplet: 37, 9B and A4. RGB value is (55,155,164). Sum of RGB (Red+Green+Blue) = 55+155+164=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #379BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BA4 is #C8645B. Grayscale: #7D7D7D. Windows color (decimal): -13132892 or 10787639. OLE color: 10787639.
HSL color Cylindrical-coordinate representation of color #379BA4: hue angle of 184.95º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #379BA4 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 155 | 164 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.36 |
| HSL | 184.95º | 0.5% | 0.43% | - |
| HSV(B) | 184.95º | 0.66% | 0.64% | - |
| XYZ | 20 | 26.94 | 39.27 | - |
| YUV | 126.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 164 | 0.66 | 0.05 | 0 | 0.36 | 184.95 | 0.5 | 0.43 |
| Hex | 37 | 9B | A4 | 42 | 5 | 0 | 24 | B9 | 32 | 2B |
| Octal | 67 | 233 | 244 | 102 | 5 | 0 | 44 | 271 | 62 | 53 |
| Binary | 110111 | 10011011 | 10100100 | 1000010 | 101 | 0 | 100100 | 10111001 | 110010 | 101011 |
Color Harmonies of #379BA4
Complementary color
Monochromatic Colors of #379BA4
Black with #379BA4
Text Example
Text Example
White with #379BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BA4; }
p { color: rgb(55,155,164); }
H1.HeaderClassName
{
color: #379BA4;
}
.AnyTagClassName
{
color: #379BA4;
}
</style>
background-color css
<style>
a { background-color: #379BA4; }
a { background-color: rgb(55,155,164); }
div.DivClassName
{
background-color: #379BA4;
}
.BgClassName
{
background-color: #379BA4;
}
</style>
border-color css
<style>
span { border-color: #379BA4; }
span { border-color: rgb(55,155,164); }
td.TdClassName
{
border-color: #379BA4;
}
.TagClassName
{
border-color: #379BA4;
}
</style>