Shades of Free Speech Blue #354EDB
Tints of Free Speech Blue #354EDB
RGB
CMYK
RGB Variations
Color information
#354EDB (or 0x354EDB) is known color: Free Speech Blue. HEX triplet: 35, 4E and DB. RGB value is (53,78,219). Sum of RGB (Red+Green+Blue) = 53+78+219=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #354EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EDB is #CAB124. Grayscale: #565656. Windows color (decimal): -13283621 or 14372405. OLE color: 14372405.
HSL color Cylindrical-coordinate representation of color #354EDB: hue angle of 230.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354EDB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 78 | 219 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.14 |
| HSL | 230.96º | 0.7% | 0.53% | - |
| HSV(B) | 230.96º | 0.76% | 0.86% | - |
| XYZ | 16.98 | 11.32 | 68.31 | - |
| YUV | 86.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 219 | 0.76 | 0.64 | 0 | 0.14 | 230.96 | 0.7 | 0.53 |
| Hex | 35 | 4E | DB | 4C | 40 | 0 | E | E7 | 46 | 35 |
| Octal | 65 | 116 | 333 | 114 | 100 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110101 | 1001110 | 11011011 | 1001100 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #354EDB
Complementary color
Monochromatic Colors of #354EDB
Black with #354EDB
Text Example
Text Example
White with #354EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EDB; }
p { color: rgb(53,78,219); }
H1.HeaderClassName
{
color: #354EDB;
}
.AnyTagClassName
{
color: #354EDB;
}
</style>
background-color css
<style>
a { background-color: #354EDB; }
a { background-color: rgb(53,78,219); }
div.DivClassName
{
background-color: #354EDB;
}
.BgClassName
{
background-color: #354EDB;
}
</style>
border-color css
<style>
span { border-color: #354EDB; }
span { border-color: rgb(53,78,219); }
td.TdClassName
{
border-color: #354EDB;
}
.TagClassName
{
border-color: #354EDB;
}
</style>