Shades of Free Speech Blue #354FDC
Tints of Free Speech Blue #354FDC
RGB
CMYK
RGB Variations
Color information
#354FDC (or 0x354FDC) is known color: Free Speech Blue. HEX triplet: 35, 4F and DC. RGB value is (53,79,220). Sum of RGB (Red+Green+Blue) = 53+79+220=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #354FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FDC is #CAB023. Grayscale: #565656. Windows color (decimal): -13283364 or 14438197. OLE color: 14438197.
HSL color Cylindrical-coordinate representation of color #354FDC: hue angle of 230.66º 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 #354FDC is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 79 | 220 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.14 |
| HSL | 230.66º | 0.7% | 0.54% | - |
| HSV(B) | 230.66º | 0.76% | 0.86% | - |
| XYZ | 17.18 | 11.52 | 69.03 | - |
| YUV | 87.3 | 202.89 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 220 | 0.76 | 0.64 | 0 | 0.14 | 230.66 | 0.7 | 0.54 |
| Hex | 35 | 4F | DC | 4C | 40 | 0 | E | E7 | 46 | 36 |
| Octal | 65 | 117 | 334 | 114 | 100 | 0 | 16 | 347 | 106 | 66 |
| Binary | 110101 | 1001111 | 11011100 | 1001100 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110110 |
Color Harmonies of #354FDC
Complementary color
Monochromatic Colors of #354FDC
Black with #354FDC
Text Example
Text Example
White with #354FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FDC; }
p { color: rgb(53,79,220); }
H1.HeaderClassName
{
color: #354FDC;
}
.AnyTagClassName
{
color: #354FDC;
}
</style>
background-color css
<style>
a { background-color: #354FDC; }
a { background-color: rgb(53,79,220); }
div.DivClassName
{
background-color: #354FDC;
}
.BgClassName
{
background-color: #354FDC;
}
</style>
border-color css
<style>
span { border-color: #354FDC; }
span { border-color: rgb(53,79,220); }
td.TdClassName
{
border-color: #354FDC;
}
.TagClassName
{
border-color: #354FDC;
}
</style>