Shades of Free Speech Blue #354CDB
Tints of Free Speech Blue #354CDB
RGB
CMYK
RGB Variations
Color information
#354CDB (or 0x354CDB) is known color: Free Speech Blue. HEX triplet: 35, 4C and DB. RGB value is (53,76,219). Sum of RGB (Red+Green+Blue) = 53+76+219=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #354CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CDB is #CAB324. Grayscale: #545454. Windows color (decimal): -13284133 or 14371893. OLE color: 14371893.
HSL color Cylindrical-coordinate representation of color #354CDB: hue angle of 231.69º 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 #354CDB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 76 | 219 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.14 |
| HSL | 231.69º | 0.7% | 0.53% | - |
| HSV(B) | 231.69º | 0.76% | 0.86% | - |
| XYZ | 16.84 | 11.04 | 68.26 | - |
| YUV | 85.43 | 203.38 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 219 | 0.76 | 0.65 | 0 | 0.14 | 231.69 | 0.7 | 0.53 |
| Hex | 35 | 4C | DB | 4C | 41 | 0 | E | E8 | 46 | 35 |
| Octal | 65 | 114 | 333 | 114 | 101 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110101 | 1001100 | 11011011 | 1001100 | 1000001 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #354CDB
Complementary color
Monochromatic Colors of #354CDB
Black with #354CDB
Text Example
Text Example
White with #354CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CDB; }
p { color: rgb(53,76,219); }
H1.HeaderClassName
{
color: #354CDB;
}
.AnyTagClassName
{
color: #354CDB;
}
</style>
background-color css
<style>
a { background-color: #354CDB; }
a { background-color: rgb(53,76,219); }
div.DivClassName
{
background-color: #354CDB;
}
.BgClassName
{
background-color: #354CDB;
}
</style>
border-color css
<style>
span { border-color: #354CDB; }
span { border-color: rgb(53,76,219); }
td.TdClassName
{
border-color: #354CDB;
}
.TagClassName
{
border-color: #354CDB;
}
</style>