Shades of Free Speech Blue #3154D4
Tints of Free Speech Blue #3154D4
RGB
CMYK
RGB Variations
Color information
#3154D4 (or 0x3154D4) is known color: Free Speech Blue. HEX triplet: 31, 54 and D4. RGB value is (49,84,212). Sum of RGB (Red+Green+Blue) = 49+84+212=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #3154D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154D4 is #CEAB2B. Grayscale: #575757. Windows color (decimal): -13544236 or 13915185. OLE color: 13915185.
HSL color Cylindrical-coordinate representation of color #3154D4: hue angle of 227.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3154D4 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 84 | 212 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.17 |
| HSL | 227.12º | 0.65% | 0.51% | - |
| HSV(B) | 227.12º | 0.77% | 0.83% | - |
| XYZ | 16.32 | 11.75 | 63.69 | - |
| YUV | 88.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 212 | 0.77 | 0.60 | 0 | 0.17 | 227.12 | 0.65 | 0.51 |
| Hex | 31 | 54 | D4 | 4D | 3C | 0 | 11 | E3 | 41 | 33 |
| Octal | 61 | 124 | 324 | 115 | 74 | 0 | 21 | 343 | 101 | 63 |
| Binary | 110001 | 1010100 | 11010100 | 1001101 | 111100 | 0 | 10001 | 11100011 | 1000001 | 110011 |
Color Harmonies of #3154D4
Complementary color
Monochromatic Colors of #3154D4
Black with #3154D4
Text Example
Text Example
White with #3154D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154D4; }
p { color: rgb(49,84,212); }
H1.HeaderClassName
{
color: #3154D4;
}
.AnyTagClassName
{
color: #3154D4;
}
</style>
background-color css
<style>
a { background-color: #3154D4; }
a { background-color: rgb(49,84,212); }
div.DivClassName
{
background-color: #3154D4;
}
.BgClassName
{
background-color: #3154D4;
}
</style>
border-color css
<style>
span { border-color: #3154D4; }
span { border-color: rgb(49,84,212); }
td.TdClassName
{
border-color: #3154D4;
}
.TagClassName
{
border-color: #3154D4;
}
</style>