Shades of Scooter #319CA4
Tints of Scooter #319CA4
RGB
CMYK
RGB Variations
Color information
#319CA4 (or 0x319CA4) is known color: Scooter. HEX triplet: 31, 9C and A4. RGB value is (49,156,164). Sum of RGB (Red+Green+Blue) = 49+156+164=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #319CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319CA4 is #CE635B. Grayscale: #7C7C7C. Windows color (decimal): -13525852 or 10787889. OLE color: 10787889.
HSL color Cylindrical-coordinate representation of color #319CA4: hue angle of 184.17º 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 #319CA4 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 156 | 164 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.36 |
| HSL | 184.17º | 0.54% | 0.42% | - |
| HSV(B) | 184.17º | 0.7% | 0.64% | - |
| XYZ | 19.86 | 27.11 | 39.31 | - |
| YUV | 124.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 164 | 0.70 | 0.05 | 0 | 0.36 | 184.17 | 0.54 | 0.42 |
| Hex | 31 | 9C | A4 | 46 | 5 | 0 | 24 | B8 | 36 | 2A |
| Octal | 61 | 234 | 244 | 106 | 5 | 0 | 44 | 270 | 66 | 52 |
| Binary | 110001 | 10011100 | 10100100 | 1000110 | 101 | 0 | 100100 | 10111000 | 110110 | 101010 |
Color Harmonies of #319CA4
Complementary color
Monochromatic Colors of #319CA4
Black with #319CA4
Text Example
Text Example
White with #319CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CA4; }
p { color: rgb(49,156,164); }
H1.HeaderClassName
{
color: #319CA4;
}
.AnyTagClassName
{
color: #319CA4;
}
</style>
background-color css
<style>
a { background-color: #319CA4; }
a { background-color: rgb(49,156,164); }
div.DivClassName
{
background-color: #319CA4;
}
.BgClassName
{
background-color: #319CA4;
}
</style>
border-color css
<style>
span { border-color: #319CA4; }
span { border-color: rgb(49,156,164); }
td.TdClassName
{
border-color: #319CA4;
}
.TagClassName
{
border-color: #319CA4;
}
</style>