Shades of Free Speech Blue #354DCD
Tints of Free Speech Blue #354DCD
RGB
CMYK
RGB Variations
Color information
#354DCD (or 0x354DCD) is known color: Free Speech Blue. HEX triplet: 35, 4D and CD. RGB value is (53,77,205). Sum of RGB (Red+Green+Blue) = 53+77+205=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #354DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DCD is #CAB232. Grayscale: #535353. Windows color (decimal): -13283891 or 13454645. OLE color: 13454645.
HSL color Cylindrical-coordinate representation of color #354DCD: hue angle of 230.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354DCD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 77 | 205 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.20 |
| HSL | 230.53º | 0.6% | 0.51% | - |
| HSV(B) | 230.53º | 0.74% | 0.8% | - |
| XYZ | 15.14 | 10.47 | 58.98 | - |
| YUV | 84.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 205 | 0.74 | 0.62 | 0 | 0.20 | 230.53 | 0.6 | 0.51 |
| Hex | 35 | 4D | CD | 4A | 3E | 0 | 14 | E7 | 3C | 33 |
| Octal | 65 | 115 | 315 | 112 | 76 | 0 | 24 | 347 | 74 | 63 |
| Binary | 110101 | 1001101 | 11001101 | 1001010 | 111110 | 0 | 10100 | 11100111 | 111100 | 110011 |
Color Harmonies of #354DCD
Complementary color
Monochromatic Colors of #354DCD
Black with #354DCD
Text Example
Text Example
White with #354DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DCD; }
p { color: rgb(53,77,205); }
H1.HeaderClassName
{
color: #354DCD;
}
.AnyTagClassName
{
color: #354DCD;
}
</style>
background-color css
<style>
a { background-color: #354DCD; }
a { background-color: rgb(53,77,205); }
div.DivClassName
{
background-color: #354DCD;
}
.BgClassName
{
background-color: #354DCD;
}
</style>
border-color css
<style>
span { border-color: #354DCD; }
span { border-color: rgb(53,77,205); }
td.TdClassName
{
border-color: #354DCD;
}
.TagClassName
{
border-color: #354DCD;
}
</style>