Shades of Free Speech Blue #354EDF
Tints of Free Speech Blue #354EDF
RGB
CMYK
RGB Variations
Color information
#354EDF (or 0x354EDF) is known color: Free Speech Blue. HEX triplet: 35, 4E and DF. RGB value is (53,78,223). Sum of RGB (Red+Green+Blue) = 53+78+223=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #354EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EDF is #CAB120. Grayscale: #565656. Windows color (decimal): -13283617 or 14634549. OLE color: 14634549.
HSL color Cylindrical-coordinate representation of color #354EDF: hue angle of 231.18º degrees, saturation: 0.73, 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 #354EDF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 78 | 223 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.13 |
| HSL | 231.18º | 0.73% | 0.54% | - |
| HSV(B) | 231.18º | 0.76% | 0.87% | - |
| XYZ | 17.51 | 11.53 | 71.12 | - |
| YUV | 87.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 223 | 0.76 | 0.65 | 0 | 0.13 | 231.18 | 0.73 | 0.54 |
| Hex | 35 | 4E | DF | 4C | 41 | 0 | D | E7 | 49 | 36 |
| Octal | 65 | 116 | 337 | 114 | 101 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110101 | 1001110 | 11011111 | 1001100 | 1000001 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #354EDF
Complementary color
Monochromatic Colors of #354EDF
Black with #354EDF
Text Example
Text Example
White with #354EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EDF; }
p { color: rgb(53,78,223); }
H1.HeaderClassName
{
color: #354EDF;
}
.AnyTagClassName
{
color: #354EDF;
}
</style>
background-color css
<style>
a { background-color: #354EDF; }
a { background-color: rgb(53,78,223); }
div.DivClassName
{
background-color: #354EDF;
}
.BgClassName
{
background-color: #354EDF;
}
</style>
border-color css
<style>
span { border-color: #354EDF; }
span { border-color: rgb(53,78,223); }
td.TdClassName
{
border-color: #354EDF;
}
.TagClassName
{
border-color: #354EDF;
}
</style>