Shades of Free Speech Blue #354DCC
Tints of Free Speech Blue #354DCC
RGB
CMYK
RGB Variations
Color information
#354DCC (or 0x354DCC) is known color: Free Speech Blue. HEX triplet: 35, 4D and CC. RGB value is (53,77,204). Sum of RGB (Red+Green+Blue) = 53+77+204=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #354DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DCC is #CAB233. Grayscale: #535353. Windows color (decimal): -13283892 or 13389109. OLE color: 13389109.
HSL color Cylindrical-coordinate representation of color #354DCC: hue angle of 230.46º 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 #354DCC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 77 | 204 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.2 |
| HSL | 230.46º | 0.6% | 0.5% | - |
| HSV(B) | 230.46º | 0.74% | 0.8% | - |
| XYZ | 15.02 | 10.42 | 58.35 | - |
| YUV | 84.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 204 | 0.74 | 0.62 | 0 | 0.2 | 230.46 | 0.6 | 0.5 |
| Hex | 35 | 4D | CC | 4A | 3E | 0 | 14 | E6 | 3C | 32 |
| Octal | 65 | 115 | 314 | 112 | 76 | 0 | 24 | 346 | 74 | 62 |
| Binary | 110101 | 1001101 | 11001100 | 1001010 | 111110 | 0 | 10100 | 11100110 | 111100 | 110010 |
Color Harmonies of #354DCC
Complementary color
Monochromatic Colors of #354DCC
Black with #354DCC
Text Example
Text Example
White with #354DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DCC; }
p { color: rgb(53,77,204); }
H1.HeaderClassName
{
color: #354DCC;
}
.AnyTagClassName
{
color: #354DCC;
}
</style>
background-color css
<style>
a { background-color: #354DCC; }
a { background-color: rgb(53,77,204); }
div.DivClassName
{
background-color: #354DCC;
}
.BgClassName
{
background-color: #354DCC;
}
</style>
border-color css
<style>
span { border-color: #354DCC; }
span { border-color: rgb(53,77,204); }
td.TdClassName
{
border-color: #354DCC;
}
.TagClassName
{
border-color: #354DCC;
}
</style>