Shades of Free Speech Blue #354CDA
Tints of Free Speech Blue #354CDA
RGB
CMYK
RGB Variations
Color information
#354CDA (or 0x354CDA) is known color: Free Speech Blue. HEX triplet: 35, 4C and DA. RGB value is (53,76,218). Sum of RGB (Red+Green+Blue) = 53+76+218=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #354CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CDA is #CAB325. Grayscale: #545454. Windows color (decimal): -13284134 or 14306357. OLE color: 14306357.
HSL color Cylindrical-coordinate representation of color #354CDA: hue angle of 231.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354CDA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 76 | 218 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.15 |
| HSL | 231.64º | 0.69% | 0.53% | - |
| HSV(B) | 231.64º | 0.76% | 0.85% | - |
| XYZ | 16.71 | 10.99 | 67.57 | - |
| YUV | 85.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 218 | 0.76 | 0.65 | 0 | 0.15 | 231.64 | 0.69 | 0.53 |
| Hex | 35 | 4C | DA | 4C | 41 | 0 | F | E8 | 45 | 35 |
| Octal | 65 | 114 | 332 | 114 | 101 | 0 | 17 | 350 | 105 | 65 |
| Binary | 110101 | 1001100 | 11011010 | 1001100 | 1000001 | 0 | 1111 | 11101000 | 1000101 | 110101 |
Color Harmonies of #354CDA
Complementary color
Monochromatic Colors of #354CDA
Black with #354CDA
Text Example
Text Example
White with #354CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CDA; }
p { color: rgb(53,76,218); }
H1.HeaderClassName
{
color: #354CDA;
}
.AnyTagClassName
{
color: #354CDA;
}
</style>
background-color css
<style>
a { background-color: #354CDA; }
a { background-color: rgb(53,76,218); }
div.DivClassName
{
background-color: #354CDA;
}
.BgClassName
{
background-color: #354CDA;
}
</style>
border-color css
<style>
span { border-color: #354CDA; }
span { border-color: rgb(53,76,218); }
td.TdClassName
{
border-color: #354CDA;
}
.TagClassName
{
border-color: #354CDA;
}
</style>