Shades of Free Speech Blue #3147E5
Tints of Free Speech Blue #3147E5
RGB
CMYK
RGB Variations
Color information
#3147E5 (or 0x3147E5) is known color: Free Speech Blue. HEX triplet: 31, 47 and E5. RGB value is (49,71,229). Sum of RGB (Red+Green+Blue) = 49+71+229=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 229 (89.84% from 255 or 65.62% from 349); Max value from RGB is 229 - color contains mainly: blue. Hex color #3147E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3147E5 is #CEB81A. Grayscale: #515151. Windows color (decimal): -13547547 or 15025969. OLE color: 15025969.
HSL color Cylindrical-coordinate representation of color #3147E5: hue angle of 232.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3147E5 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 71 | 229 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.10 |
| HSL | 232.67º | 0.78% | 0.55% | - |
| HSV(B) | 232.67º | 0.79% | 0.9% | - |
| XYZ | 17.66 | 10.82 | 75.29 | - |
| YUV | 82.43 | 210.71 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 229 | 0.79 | 0.69 | 0 | 0.10 | 232.67 | 0.78 | 0.55 |
| Hex | 31 | 47 | E5 | 4F | 45 | 0 | A | E9 | 4E | 37 |
| Octal | 61 | 107 | 345 | 117 | 105 | 0 | 12 | 351 | 116 | 67 |
| Binary | 110001 | 1000111 | 11100101 | 1001111 | 1000101 | 0 | 1010 | 11101001 | 1001110 | 110111 |
Color Harmonies of #3147E5
Complementary color
Monochromatic Colors of #3147E5
Black with #3147E5
Text Example
Text Example
White with #3147E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3147E5; }
p { color: rgb(49,71,229); }
H1.HeaderClassName
{
color: #3147E5;
}
.AnyTagClassName
{
color: #3147E5;
}
</style>
background-color css
<style>
a { background-color: #3147E5; }
a { background-color: rgb(49,71,229); }
div.DivClassName
{
background-color: #3147E5;
}
.BgClassName
{
background-color: #3147E5;
}
</style>
border-color css
<style>
span { border-color: #3147E5; }
span { border-color: rgb(49,71,229); }
td.TdClassName
{
border-color: #3147E5;
}
.TagClassName
{
border-color: #3147E5;
}
</style>