Shades of Free Speech Blue #3549E4
Tints of Free Speech Blue #3549E4
RGB
CMYK
RGB Variations
Color information
#3549E4 (or 0x3549E4) is known color: Free Speech Blue. HEX triplet: 35, 49 and E4. RGB value is (53,73,228). Sum of RGB (Red+Green+Blue) = 53+73+228=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #3549E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549E4 is #CAB61B. Grayscale: #545454. Windows color (decimal): -13284892 or 14960949. OLE color: 14960949.
HSL color Cylindrical-coordinate representation of color #3549E4: hue angle of 233.14º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3549E4 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 73 | 228 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.11 |
| HSL | 233.14º | 0.76% | 0.55% | - |
| HSV(B) | 233.14º | 0.77% | 0.89% | - |
| XYZ | 17.85 | 11.12 | 74.6 | - |
| YUV | 84.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 228 | 0.77 | 0.68 | 0 | 0.11 | 233.14 | 0.76 | 0.55 |
| Hex | 35 | 49 | E4 | 4D | 44 | 0 | B | E9 | 4C | 37 |
| Octal | 65 | 111 | 344 | 115 | 104 | 0 | 13 | 351 | 114 | 67 |
| Binary | 110101 | 1001001 | 11100100 | 1001101 | 1000100 | 0 | 1011 | 11101001 | 1001100 | 110111 |
Color Harmonies of #3549E4
Complementary color
Monochromatic Colors of #3549E4
Black with #3549E4
Text Example
Text Example
White with #3549E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549E4; }
p { color: rgb(53,73,228); }
H1.HeaderClassName
{
color: #3549E4;
}
.AnyTagClassName
{
color: #3549E4;
}
</style>
background-color css
<style>
a { background-color: #3549E4; }
a { background-color: rgb(53,73,228); }
div.DivClassName
{
background-color: #3549E4;
}
.BgClassName
{
background-color: #3549E4;
}
</style>
border-color css
<style>
span { border-color: #3549E4; }
span { border-color: rgb(53,73,228); }
td.TdClassName
{
border-color: #3549E4;
}
.TagClassName
{
border-color: #3549E4;
}
</style>