Shades of Free Speech Blue #354ECD
Tints of Free Speech Blue #354ECD
RGB
CMYK
RGB Variations
Color information
#354ECD (or 0x354ECD) is known color: Free Speech Blue. HEX triplet: 35, 4E and CD. RGB value is (53,78,205). Sum of RGB (Red+Green+Blue) = 53+78+205=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #354ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECD is #CAB132. Grayscale: #545454. Windows color (decimal): -13283635 or 13454901. OLE color: 13454901.
HSL color Cylindrical-coordinate representation of color #354ECD: hue angle of 230.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ECD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 78 | 205 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.20 |
| HSL | 230.13º | 0.6% | 0.51% | - |
| HSV(B) | 230.13º | 0.74% | 0.8% | - |
| XYZ | 15.21 | 10.61 | 59 | - |
| YUV | 85 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 205 | 0.74 | 0.62 | 0 | 0.20 | 230.13 | 0.6 | 0.51 |
| Hex | 35 | 4E | CD | 4A | 3E | 0 | 14 | E6 | 3C | 33 |
| Octal | 65 | 116 | 315 | 112 | 76 | 0 | 24 | 346 | 74 | 63 |
| Binary | 110101 | 1001110 | 11001101 | 1001010 | 111110 | 0 | 10100 | 11100110 | 111100 | 110011 |
Color Harmonies of #354ECD
Complementary color
Monochromatic Colors of #354ECD
Black with #354ECD
Text Example
Text Example
White with #354ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ECD; }
p { color: rgb(53,78,205); }
H1.HeaderClassName
{
color: #354ECD;
}
.AnyTagClassName
{
color: #354ECD;
}
</style>
background-color css
<style>
a { background-color: #354ECD; }
a { background-color: rgb(53,78,205); }
div.DivClassName
{
background-color: #354ECD;
}
.BgClassName
{
background-color: #354ECD;
}
</style>
border-color css
<style>
span { border-color: #354ECD; }
span { border-color: rgb(53,78,205); }
td.TdClassName
{
border-color: #354ECD;
}
.TagClassName
{
border-color: #354ECD;
}
</style>