Shades of Scooter #319EA4
Tints of Scooter #319EA4
RGB
CMYK
RGB Variations
Color information
#319EA4 (or 0x319EA4) is known color: Scooter. HEX triplet: 31, 9E and A4. RGB value is (49,158,164). Sum of RGB (Red+Green+Blue) = 49+158+164=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #319EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319EA4 is #CE615B. Grayscale: #7D7D7D. Windows color (decimal): -13525340 or 10788401. OLE color: 10788401.
HSL color Cylindrical-coordinate representation of color #319EA4: hue angle of 183.13º 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 #319EA4 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 158 | 164 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.36 |
| HSL | 183.13º | 0.54% | 0.42% | - |
| HSV(B) | 183.13º | 0.7% | 0.64% | - |
| XYZ | 20.19 | 27.79 | 39.42 | - |
| YUV | 126.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 164 | 0.70 | 0.04 | 0 | 0.36 | 183.13 | 0.54 | 0.42 |
| Hex | 31 | 9E | A4 | 46 | 4 | 0 | 24 | B7 | 36 | 2A |
| Octal | 61 | 236 | 244 | 106 | 4 | 0 | 44 | 267 | 66 | 52 |
| Binary | 110001 | 10011110 | 10100100 | 1000110 | 100 | 0 | 100100 | 10110111 | 110110 | 101010 |
Color Harmonies of #319EA4
Complementary color
Monochromatic Colors of #319EA4
Black with #319EA4
Text Example
Text Example
White with #319EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EA4; }
p { color: rgb(49,158,164); }
H1.HeaderClassName
{
color: #319EA4;
}
.AnyTagClassName
{
color: #319EA4;
}
</style>
background-color css
<style>
a { background-color: #319EA4; }
a { background-color: rgb(49,158,164); }
div.DivClassName
{
background-color: #319EA4;
}
.BgClassName
{
background-color: #319EA4;
}
</style>
border-color css
<style>
span { border-color: #319EA4; }
span { border-color: rgb(49,158,164); }
td.TdClassName
{
border-color: #319EA4;
}
.TagClassName
{
border-color: #319EA4;
}
</style>