Shades of Free Speech Blue #354CDF
Tints of Free Speech Blue #354CDF
RGB
CMYK
RGB Variations
Color information
#354CDF (or 0x354CDF) is known color: Free Speech Blue. HEX triplet: 35, 4C and DF. RGB value is (53,76,223). Sum of RGB (Red+Green+Blue) = 53+76+223=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #354CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CDF is #CAB320. Grayscale: #555555. Windows color (decimal): -13284129 or 14634037. OLE color: 14634037.
HSL color Cylindrical-coordinate representation of color #354CDF: hue angle of 231.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354CDF is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 76 | 223 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.13 |
| HSL | 231.88º | 0.73% | 0.54% | - |
| HSV(B) | 231.88º | 0.76% | 0.87% | - |
| XYZ | 17.37 | 11.25 | 71.07 | - |
| YUV | 85.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 223 | 0.76 | 0.66 | 0 | 0.13 | 231.88 | 0.73 | 0.54 |
| Hex | 35 | 4C | DF | 4C | 42 | 0 | D | E8 | 49 | 36 |
| Octal | 65 | 114 | 337 | 114 | 102 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110101 | 1001100 | 11011111 | 1001100 | 1000010 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #354CDF
Complementary color
Monochromatic Colors of #354CDF
Black with #354CDF
Text Example
Text Example
White with #354CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CDF; }
p { color: rgb(53,76,223); }
H1.HeaderClassName
{
color: #354CDF;
}
.AnyTagClassName
{
color: #354CDF;
}
</style>
background-color css
<style>
a { background-color: #354CDF; }
a { background-color: rgb(53,76,223); }
div.DivClassName
{
background-color: #354CDF;
}
.BgClassName
{
background-color: #354CDF;
}
</style>
border-color css
<style>
span { border-color: #354CDF; }
span { border-color: rgb(53,76,223); }
td.TdClassName
{
border-color: #354CDF;
}
.TagClassName
{
border-color: #354CDF;
}
</style>