Shades of Free Speech Blue #3140E1
Tints of Free Speech Blue #3140E1
RGB
CMYK
RGB Variations
Color information
#3140E1 (or 0x3140E1) is known color: Free Speech Blue. HEX triplet: 31, 40 and E1. RGB value is (49,64,225). Sum of RGB (Red+Green+Blue) = 49+64+225=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #3140E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140E1 is #CEBF1E. Grayscale: #4D4D4D. Windows color (decimal): -13549343 or 14762033. OLE color: 14762033.
HSL color Cylindrical-coordinate representation of color #3140E1: hue angle of 234.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3140E1 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 64 | 225 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.12 |
| HSL | 234.89º | 0.75% | 0.54% | - |
| HSV(B) | 234.89º | 0.78% | 0.88% | - |
| XYZ | 16.69 | 9.76 | 72.24 | - |
| YUV | 77.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 225 | 0.78 | 0.72 | 0 | 0.12 | 234.89 | 0.75 | 0.54 |
| Hex | 31 | 40 | E1 | 4E | 48 | 0 | C | EB | 4B | 36 |
| Octal | 61 | 100 | 341 | 116 | 110 | 0 | 14 | 353 | 113 | 66 |
| Binary | 110001 | 1000000 | 11100001 | 1001110 | 1001000 | 0 | 1100 | 11101011 | 1001011 | 110110 |
Color Harmonies of #3140E1
Complementary color
Monochromatic Colors of #3140E1
Black with #3140E1
Text Example
Text Example
White with #3140E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3140E1; }
p { color: rgb(49,64,225); }
H1.HeaderClassName
{
color: #3140E1;
}
.AnyTagClassName
{
color: #3140E1;
}
</style>
background-color css
<style>
a { background-color: #3140E1; }
a { background-color: rgb(49,64,225); }
div.DivClassName
{
background-color: #3140E1;
}
.BgClassName
{
background-color: #3140E1;
}
</style>
border-color css
<style>
span { border-color: #3140E1; }
span { border-color: rgb(49,64,225); }
td.TdClassName
{
border-color: #3140E1;
}
.TagClassName
{
border-color: #3140E1;
}
</style>