Shades of Free Speech Blue #354ADC
Tints of Free Speech Blue #354ADC
RGB
CMYK
RGB Variations
Color information
#354ADC (or 0x354ADC) is known color: Free Speech Blue. HEX triplet: 35, 4A and DC. RGB value is (53,74,220). Sum of RGB (Red+Green+Blue) = 53+74+220=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #354ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ADC is #CAB523. Grayscale: #535353. Windows color (decimal): -13284644 or 14436917. OLE color: 14436917.
HSL color Cylindrical-coordinate representation of color #354ADC: hue angle of 232.46º 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 #354ADC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 74 | 220 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.14 |
| HSL | 232.46º | 0.7% | 0.54% | - |
| HSV(B) | 232.46º | 0.76% | 0.86% | - |
| XYZ | 16.84 | 10.82 | 68.91 | - |
| YUV | 84.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 220 | 0.76 | 0.66 | 0 | 0.14 | 232.46 | 0.7 | 0.54 |
| Hex | 35 | 4A | DC | 4C | 42 | 0 | E | E8 | 46 | 36 |
| Octal | 65 | 112 | 334 | 114 | 102 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110101 | 1001010 | 11011100 | 1001100 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #354ADC
Complementary color
Monochromatic Colors of #354ADC
Black with #354ADC
Text Example
Text Example
White with #354ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ADC; }
p { color: rgb(53,74,220); }
H1.HeaderClassName
{
color: #354ADC;
}
.AnyTagClassName
{
color: #354ADC;
}
</style>
background-color css
<style>
a { background-color: #354ADC; }
a { background-color: rgb(53,74,220); }
div.DivClassName
{
background-color: #354ADC;
}
.BgClassName
{
background-color: #354ADC;
}
</style>
border-color css
<style>
span { border-color: #354ADC; }
span { border-color: rgb(53,74,220); }
td.TdClassName
{
border-color: #354ADC;
}
.TagClassName
{
border-color: #354ADC;
}
</style>