Shades of Free Speech Blue #354FCC
Tints of Free Speech Blue #354FCC
RGB
CMYK
RGB Variations
Color information
#354FCC (or 0x354FCC) is known color: Free Speech Blue. HEX triplet: 35, 4F and CC. RGB value is (53,79,204). Sum of RGB (Red+Green+Blue) = 53+79+204=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #354FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FCC is #CAB033. Grayscale: #545454. Windows color (decimal): -13283380 or 13389621. OLE color: 13389621.
HSL color Cylindrical-coordinate representation of color #354FCC: hue angle of 229.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354FCC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 79 | 204 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.2 |
| HSL | 229.67º | 0.6% | 0.5% | - |
| HSV(B) | 229.67º | 0.74% | 0.8% | - |
| XYZ | 15.16 | 10.71 | 58.39 | - |
| YUV | 85.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 204 | 0.74 | 0.61 | 0 | 0.2 | 229.67 | 0.6 | 0.5 |
| Hex | 35 | 4F | CC | 4A | 3D | 0 | 14 | E6 | 3C | 32 |
| Octal | 65 | 117 | 314 | 112 | 75 | 0 | 24 | 346 | 74 | 62 |
| Binary | 110101 | 1001111 | 11001100 | 1001010 | 111101 | 0 | 10100 | 11100110 | 111100 | 110010 |
Color Harmonies of #354FCC
Complementary color
Monochromatic Colors of #354FCC
Black with #354FCC
Text Example
Text Example
White with #354FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FCC; }
p { color: rgb(53,79,204); }
H1.HeaderClassName
{
color: #354FCC;
}
.AnyTagClassName
{
color: #354FCC;
}
</style>
background-color css
<style>
a { background-color: #354FCC; }
a { background-color: rgb(53,79,204); }
div.DivClassName
{
background-color: #354FCC;
}
.BgClassName
{
background-color: #354FCC;
}
</style>
border-color css
<style>
span { border-color: #354FCC; }
span { border-color: rgb(53,79,204); }
td.TdClassName
{
border-color: #354FCC;
}
.TagClassName
{
border-color: #354FCC;
}
</style>