Shades of Free Speech Blue #354ECE
Tints of Free Speech Blue #354ECE
RGB
CMYK
RGB Variations
Color information
#354ECE (or 0x354ECE) is known color: Free Speech Blue. HEX triplet: 35, 4E and CE. RGB value is (53,78,206). Sum of RGB (Red+Green+Blue) = 53+78+206=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #354ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECE is #CAB131. Grayscale: #545454. Windows color (decimal): -13283634 or 13520437. OLE color: 13520437.
HSL color Cylindrical-coordinate representation of color #354ECE: hue angle of 230.2º degrees, saturation: 0.61, 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 #354ECE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 78 | 206 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.19 |
| HSL | 230.2º | 0.61% | 0.51% | - |
| HSV(B) | 230.2º | 0.74% | 0.81% | - |
| XYZ | 15.33 | 10.66 | 59.64 | - |
| YUV | 85.12 | 196.22 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 206 | 0.74 | 0.62 | 0 | 0.19 | 230.2 | 0.61 | 0.51 |
| Hex | 35 | 4E | CE | 4A | 3E | 0 | 13 | E6 | 3D | 33 |
| Octal | 65 | 116 | 316 | 112 | 76 | 0 | 23 | 346 | 75 | 63 |
| Binary | 110101 | 1001110 | 11001110 | 1001010 | 111110 | 0 | 10011 | 11100110 | 111101 | 110011 |
Color Harmonies of #354ECE
Complementary color
Monochromatic Colors of #354ECE
Black with #354ECE
Text Example
Text Example
White with #354ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ECE; }
p { color: rgb(53,78,206); }
H1.HeaderClassName
{
color: #354ECE;
}
.AnyTagClassName
{
color: #354ECE;
}
</style>
background-color css
<style>
a { background-color: #354ECE; }
a { background-color: rgb(53,78,206); }
div.DivClassName
{
background-color: #354ECE;
}
.BgClassName
{
background-color: #354ECE;
}
</style>
border-color css
<style>
span { border-color: #354ECE; }
span { border-color: rgb(53,78,206); }
td.TdClassName
{
border-color: #354ECE;
}
.TagClassName
{
border-color: #354ECE;
}
</style>