Shades of Scooter #3184A4
Tints of Scooter #3184A4
RGB
CMYK
RGB Variations
Color information
#3184A4 (or 0x3184A4) is known color: Scooter. HEX triplet: 31, 84 and A4. RGB value is (49,132,164). Sum of RGB (Red+Green+Blue) = 49+132+164=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #3184A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184A4 is #CE7B5B. Grayscale: #6E6E6E. Windows color (decimal): -13531996 or 10781745. OLE color: 10781745.
HSL color Cylindrical-coordinate representation of color #3184A4: hue angle of 196.7º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3184A4 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 132 | 164 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.36 |
| HSL | 196.7º | 0.54% | 0.42% | - |
| HSV(B) | 196.7º | 0.7% | 0.64% | - |
| XYZ | 16.22 | 19.84 | 38.1 | - |
| YUV | 110.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 164 | 0.70 | 0.20 | 0 | 0.36 | 196.7 | 0.54 | 0.42 |
| Hex | 31 | 84 | A4 | 46 | 14 | 0 | 24 | C5 | 36 | 2A |
| Octal | 61 | 204 | 244 | 106 | 24 | 0 | 44 | 305 | 66 | 52 |
| Binary | 110001 | 10000100 | 10100100 | 1000110 | 10100 | 0 | 100100 | 11000101 | 110110 | 101010 |
Color Harmonies of #3184A4
Complementary color
Monochromatic Colors of #3184A4
Black with #3184A4
Text Example
Text Example
White with #3184A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184A4; }
p { color: rgb(49,132,164); }
H1.HeaderClassName
{
color: #3184A4;
}
.AnyTagClassName
{
color: #3184A4;
}
</style>
background-color css
<style>
a { background-color: #3184A4; }
a { background-color: rgb(49,132,164); }
div.DivClassName
{
background-color: #3184A4;
}
.BgClassName
{
background-color: #3184A4;
}
</style>
border-color css
<style>
span { border-color: #3184A4; }
span { border-color: rgb(49,132,164); }
td.TdClassName
{
border-color: #3184A4;
}
.TagClassName
{
border-color: #3184A4;
}
</style>