Shades of Free Speech Blue #353ADC
Tints of Free Speech Blue #353ADC
RGB
CMYK
RGB Variations
Color information
#353ADC (or 0x353ADC) is known color: Free Speech Blue. HEX triplet: 35, 3A and DC. RGB value is (53,58,220). Sum of RGB (Red+Green+Blue) = 53+58+220=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #353ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ADC is #CAC523. Grayscale: #4A4A4A. Windows color (decimal): -13288740 or 14432821. OLE color: 14432821.
HSL color Cylindrical-coordinate representation of color #353ADC: hue angle of 238.2º 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 #353ADC is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 58 | 220 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 238.2º | 0.7% | 0.54% | - |
| HSV(B) | 238.2º | 0.76% | 0.86% | - |
| XYZ | 15.9 | 8.95 | 68.6 | - |
| YUV | 74.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 220 | 0.76 | 0.74 | 0 | 0.14 | 238.2 | 0.7 | 0.54 |
| Hex | 35 | 3A | DC | 4C | 4A | 0 | E | EE | 46 | 36 |
| Octal | 65 | 72 | 334 | 114 | 112 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110101 | 111010 | 11011100 | 1001100 | 1001010 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #353ADC
Complementary color
Monochromatic Colors of #353ADC
Black with #353ADC
Text Example
Text Example
White with #353ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ADC; }
p { color: rgb(53,58,220); }
H1.HeaderClassName
{
color: #353ADC;
}
.AnyTagClassName
{
color: #353ADC;
}
</style>
background-color css
<style>
a { background-color: #353ADC; }
a { background-color: rgb(53,58,220); }
div.DivClassName
{
background-color: #353ADC;
}
.BgClassName
{
background-color: #353ADC;
}
</style>
border-color css
<style>
span { border-color: #353ADC; }
span { border-color: rgb(53,58,220); }
td.TdClassName
{
border-color: #353ADC;
}
.TagClassName
{
border-color: #353ADC;
}
</style>