Shades of Free Speech Blue #354EDD
Tints of Free Speech Blue #354EDD
RGB
CMYK
RGB Variations
Color information
#354EDD (or 0x354EDD) is known color: Free Speech Blue. HEX triplet: 35, 4E and DD. RGB value is (53,78,221). Sum of RGB (Red+Green+Blue) = 53+78+221=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #354EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EDD is #CAB122. Grayscale: #565656. Windows color (decimal): -13283619 or 14503477. OLE color: 14503477.
HSL color Cylindrical-coordinate representation of color #354EDD: hue angle of 231.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354EDD is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 78 | 221 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.13 |
| HSL | 231.07º | 0.71% | 0.54% | - |
| HSV(B) | 231.07º | 0.76% | 0.87% | - |
| XYZ | 17.24 | 11.43 | 69.7 | - |
| YUV | 86.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 221 | 0.76 | 0.65 | 0 | 0.13 | 231.07 | 0.71 | 0.54 |
| Hex | 35 | 4E | DD | 4C | 41 | 0 | D | E7 | 47 | 36 |
| Octal | 65 | 116 | 335 | 114 | 101 | 0 | 15 | 347 | 107 | 66 |
| Binary | 110101 | 1001110 | 11011101 | 1001100 | 1000001 | 0 | 1101 | 11100111 | 1000111 | 110110 |
Color Harmonies of #354EDD
Complementary color
Monochromatic Colors of #354EDD
Black with #354EDD
Text Example
Text Example
White with #354EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EDD; }
p { color: rgb(53,78,221); }
H1.HeaderClassName
{
color: #354EDD;
}
.AnyTagClassName
{
color: #354EDD;
}
</style>
background-color css
<style>
a { background-color: #354EDD; }
a { background-color: rgb(53,78,221); }
div.DivClassName
{
background-color: #354EDD;
}
.BgClassName
{
background-color: #354EDD;
}
</style>
border-color css
<style>
span { border-color: #354EDD; }
span { border-color: rgb(53,78,221); }
td.TdClassName
{
border-color: #354EDD;
}
.TagClassName
{
border-color: #354EDD;
}
</style>