Shades of Free Speech Blue #354BDB
Tints of Free Speech Blue #354BDB
RGB
CMYK
RGB Variations
Color information
#354BDB (or 0x354BDB) is known color: Free Speech Blue. HEX triplet: 35, 4B and DB. RGB value is (53,75,219). Sum of RGB (Red+Green+Blue) = 53+75+219=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #354BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BDB is #CAB424. Grayscale: #545454. Windows color (decimal): -13284389 or 14371637. OLE color: 14371637.
HSL color Cylindrical-coordinate representation of color #354BDB: hue angle of 232.05º 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 #354BDB is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 75 | 219 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.14 |
| HSL | 232.05º | 0.7% | 0.53% | - |
| HSV(B) | 232.05º | 0.76% | 0.86% | - |
| XYZ | 16.77 | 10.9 | 68.24 | - |
| YUV | 84.84 | 203.71 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 219 | 0.76 | 0.66 | 0 | 0.14 | 232.05 | 0.7 | 0.53 |
| Hex | 35 | 4B | DB | 4C | 42 | 0 | E | E8 | 46 | 35 |
| Octal | 65 | 113 | 333 | 114 | 102 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110101 | 1001011 | 11011011 | 1001100 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #354BDB
Complementary color
Monochromatic Colors of #354BDB
Black with #354BDB
Text Example
Text Example
White with #354BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BDB; }
p { color: rgb(53,75,219); }
H1.HeaderClassName
{
color: #354BDB;
}
.AnyTagClassName
{
color: #354BDB;
}
</style>
background-color css
<style>
a { background-color: #354BDB; }
a { background-color: rgb(53,75,219); }
div.DivClassName
{
background-color: #354BDB;
}
.BgClassName
{
background-color: #354BDB;
}
</style>
border-color css
<style>
span { border-color: #354BDB; }
span { border-color: rgb(53,75,219); }
td.TdClassName
{
border-color: #354BDB;
}
.TagClassName
{
border-color: #354BDB;
}
</style>