Shades of Free Speech Blue #354BDC
Tints of Free Speech Blue #354BDC
RGB
CMYK
RGB Variations
Color information
#354BDC (or 0x354BDC) is known color: Free Speech Blue. HEX triplet: 35, 4B and DC. RGB value is (53,75,220). Sum of RGB (Red+Green+Blue) = 53+75+220=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #354BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BDC is #CAB423. Grayscale: #545454. Windows color (decimal): -13284388 or 14437173. OLE color: 14437173.
HSL color Cylindrical-coordinate representation of color #354BDC: hue angle of 232.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354BDC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 75 | 220 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.14 |
| HSL | 232.1º | 0.7% | 0.54% | - |
| HSV(B) | 232.1º | 0.76% | 0.86% | - |
| XYZ | 16.9 | 10.96 | 68.93 | - |
| YUV | 84.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 220 | 0.76 | 0.66 | 0 | 0.14 | 232.1 | 0.7 | 0.54 |
| Hex | 35 | 4B | DC | 4C | 42 | 0 | E | E8 | 46 | 36 |
| Octal | 65 | 113 | 334 | 114 | 102 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110101 | 1001011 | 11011100 | 1001100 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #354BDC
Complementary color
Monochromatic Colors of #354BDC
Black with #354BDC
Text Example
Text Example
White with #354BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BDC; }
p { color: rgb(53,75,220); }
H1.HeaderClassName
{
color: #354BDC;
}
.AnyTagClassName
{
color: #354BDC;
}
</style>
background-color css
<style>
a { background-color: #354BDC; }
a { background-color: rgb(53,75,220); }
div.DivClassName
{
background-color: #354BDC;
}
.BgClassName
{
background-color: #354BDC;
}
</style>
border-color css
<style>
span { border-color: #354BDC; }
span { border-color: rgb(53,75,220); }
td.TdClassName
{
border-color: #354BDC;
}
.TagClassName
{
border-color: #354BDC;
}
</style>