Shades of Free Speech Blue #353DDC
Tints of Free Speech Blue #353DDC
RGB
CMYK
RGB Variations
Color information
#353DDC (or 0x353DDC) is known color: Free Speech Blue. HEX triplet: 35, 3D and DC. RGB value is (53,61,220). Sum of RGB (Red+Green+Blue) = 53+61+220=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #353DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDC is #CAC223. Grayscale: #4C4C4C. Windows color (decimal): -13287972 or 14433589. OLE color: 14433589.
HSL color Cylindrical-coordinate representation of color #353DDC: hue angle of 237.13º 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 #353DDC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 61 | 220 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.14 |
| HSL | 237.13º | 0.7% | 0.54% | - |
| HSV(B) | 237.13º | 0.76% | 0.86% | - |
| XYZ | 16.06 | 9.26 | 68.65 | - |
| YUV | 76.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 220 | 0.76 | 0.72 | 0 | 0.14 | 237.13 | 0.7 | 0.54 |
| Hex | 35 | 3D | DC | 4C | 48 | 0 | E | ED | 46 | 36 |
| Octal | 65 | 75 | 334 | 114 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110101 | 111101 | 11011100 | 1001100 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #353DDC
Complementary color
Monochromatic Colors of #353DDC
Black with #353DDC
Text Example
Text Example
White with #353DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DDC; }
p { color: rgb(53,61,220); }
H1.HeaderClassName
{
color: #353DDC;
}
.AnyTagClassName
{
color: #353DDC;
}
</style>
background-color css
<style>
a { background-color: #353DDC; }
a { background-color: rgb(53,61,220); }
div.DivClassName
{
background-color: #353DDC;
}
.BgClassName
{
background-color: #353DDC;
}
</style>
border-color css
<style>
span { border-color: #353DDC; }
span { border-color: rgb(53,61,220); }
td.TdClassName
{
border-color: #353DDC;
}
.TagClassName
{
border-color: #353DDC;
}
</style>