Shades of Free Speech Blue #354CDC
Tints of Free Speech Blue #354CDC
RGB
CMYK
RGB Variations
Color information
#354CDC (or 0x354CDC) is known color: Free Speech Blue. HEX triplet: 35, 4C and DC. RGB value is (53,76,220). Sum of RGB (Red+Green+Blue) = 53+76+220=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #354CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CDC is #CAB323. Grayscale: #545454. Windows color (decimal): -13284132 or 14437429. OLE color: 14437429.
HSL color Cylindrical-coordinate representation of color #354CDC: hue angle of 231.74º 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 #354CDC is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 76 | 220 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.14 |
| HSL | 231.74º | 0.7% | 0.54% | - |
| HSV(B) | 231.74º | 0.76% | 0.86% | - |
| XYZ | 16.97 | 11.09 | 68.96 | - |
| YUV | 85.54 | 203.88 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 220 | 0.76 | 0.65 | 0 | 0.14 | 231.74 | 0.7 | 0.54 |
| Hex | 35 | 4C | DC | 4C | 41 | 0 | E | E8 | 46 | 36 |
| Octal | 65 | 114 | 334 | 114 | 101 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110101 | 1001100 | 11011100 | 1001100 | 1000001 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #354CDC
Complementary color
Monochromatic Colors of #354CDC
Black with #354CDC
Text Example
Text Example
White with #354CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CDC; }
p { color: rgb(53,76,220); }
H1.HeaderClassName
{
color: #354CDC;
}
.AnyTagClassName
{
color: #354CDC;
}
</style>
background-color css
<style>
a { background-color: #354CDC; }
a { background-color: rgb(53,76,220); }
div.DivClassName
{
background-color: #354CDC;
}
.BgClassName
{
background-color: #354CDC;
}
</style>
border-color css
<style>
span { border-color: #354CDC; }
span { border-color: rgb(53,76,220); }
td.TdClassName
{
border-color: #354CDC;
}
.TagClassName
{
border-color: #354CDC;
}
</style>