Shades of Free Speech Blue #354FDB
Tints of Free Speech Blue #354FDB
RGB
CMYK
RGB Variations
Color information
#354FDB (or 0x354FDB) is known color: Free Speech Blue. HEX triplet: 35, 4F and DB. RGB value is (53,79,219). Sum of RGB (Red+Green+Blue) = 53+79+219=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #354FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FDB is #CAB024. Grayscale: #565656. Windows color (decimal): -13283365 or 14372661. OLE color: 14372661.
HSL color Cylindrical-coordinate representation of color #354FDB: hue angle of 230.6º 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 #354FDB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 79 | 219 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.14 |
| HSL | 230.6º | 0.7% | 0.53% | - |
| HSV(B) | 230.6º | 0.76% | 0.86% | - |
| XYZ | 17.05 | 11.46 | 68.33 | - |
| YUV | 87.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 219 | 0.76 | 0.64 | 0 | 0.14 | 230.6 | 0.7 | 0.53 |
| Hex | 35 | 4F | DB | 4C | 40 | 0 | E | E7 | 46 | 35 |
| Octal | 65 | 117 | 333 | 114 | 100 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110101 | 1001111 | 11011011 | 1001100 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #354FDB
Complementary color
Monochromatic Colors of #354FDB
Black with #354FDB
Text Example
Text Example
White with #354FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FDB; }
p { color: rgb(53,79,219); }
H1.HeaderClassName
{
color: #354FDB;
}
.AnyTagClassName
{
color: #354FDB;
}
</style>
background-color css
<style>
a { background-color: #354FDB; }
a { background-color: rgb(53,79,219); }
div.DivClassName
{
background-color: #354FDB;
}
.BgClassName
{
background-color: #354FDB;
}
</style>
border-color css
<style>
span { border-color: #354FDB; }
span { border-color: rgb(53,79,219); }
td.TdClassName
{
border-color: #354FDB;
}
.TagClassName
{
border-color: #354FDB;
}
</style>