Shades of Free Speech Blue #354ECF
Tints of Free Speech Blue #354ECF
RGB
CMYK
RGB Variations
Color information
#354ECF (or 0x354ECF) is known color: Free Speech Blue. HEX triplet: 35, 4E and CF. RGB value is (53,78,207). Sum of RGB (Red+Green+Blue) = 53+78+207=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #354ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECF is #CAB130. Grayscale: #545454. Windows color (decimal): -13283633 or 13585973. OLE color: 13585973.
HSL color Cylindrical-coordinate representation of color #354ECF: hue angle of 230.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ECF is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 78 | 207 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.19 |
| HSL | 230.26º | 0.62% | 0.51% | - |
| HSV(B) | 230.26º | 0.74% | 0.81% | - |
| XYZ | 15.46 | 10.71 | 60.28 | - |
| YUV | 85.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 207 | 0.74 | 0.62 | 0 | 0.19 | 230.26 | 0.62 | 0.51 |
| Hex | 35 | 4E | CF | 4A | 3E | 0 | 13 | E6 | 3E | 33 |
| Octal | 65 | 116 | 317 | 112 | 76 | 0 | 23 | 346 | 76 | 63 |
| Binary | 110101 | 1001110 | 11001111 | 1001010 | 111110 | 0 | 10011 | 11100110 | 111110 | 110011 |
Color Harmonies of #354ECF
Complementary color
Monochromatic Colors of #354ECF
Black with #354ECF
Text Example
Text Example
White with #354ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ECF; }
p { color: rgb(53,78,207); }
H1.HeaderClassName
{
color: #354ECF;
}
.AnyTagClassName
{
color: #354ECF;
}
</style>
background-color css
<style>
a { background-color: #354ECF; }
a { background-color: rgb(53,78,207); }
div.DivClassName
{
background-color: #354ECF;
}
.BgClassName
{
background-color: #354ECF;
}
</style>
border-color css
<style>
span { border-color: #354ECF; }
span { border-color: rgb(53,78,207); }
td.TdClassName
{
border-color: #354ECF;
}
.TagClassName
{
border-color: #354ECF;
}
</style>