Shades of Free Speech Blue #353ED1
Tints of Free Speech Blue #353ED1
RGB
CMYK
RGB Variations
Color information
#353ED1 (or 0x353ED1) is known color: Free Speech Blue. HEX triplet: 35, 3E and D1. RGB value is (53,62,209). Sum of RGB (Red+Green+Blue) = 53+62+209=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #353ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ED1 is #CAC12E. Grayscale: #4B4B4B. Windows color (decimal): -13287727 or 13712949. OLE color: 13712949.
HSL color Cylindrical-coordinate representation of color #353ED1: hue angle of 236.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353ED1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 62 | 209 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.18 |
| HSL | 236.54º | 0.63% | 0.51% | - |
| HSV(B) | 236.54º | 0.75% | 0.82% | - |
| XYZ | 14.7 | 8.81 | 61.25 | - |
| YUV | 76.07 | 203.02 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 209 | 0.75 | 0.70 | 0 | 0.18 | 236.54 | 0.63 | 0.51 |
| Hex | 35 | 3E | D1 | 4B | 46 | 0 | 12 | ED | 3F | 33 |
| Octal | 65 | 76 | 321 | 113 | 106 | 0 | 22 | 355 | 77 | 63 |
| Binary | 110101 | 111110 | 11010001 | 1001011 | 1000110 | 0 | 10010 | 11101101 | 111111 | 110011 |
Color Harmonies of #353ED1
Complementary color
Monochromatic Colors of #353ED1
Black with #353ED1
Text Example
Text Example
White with #353ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ED1; }
p { color: rgb(53,62,209); }
H1.HeaderClassName
{
color: #353ED1;
}
.AnyTagClassName
{
color: #353ED1;
}
</style>
background-color css
<style>
a { background-color: #353ED1; }
a { background-color: rgb(53,62,209); }
div.DivClassName
{
background-color: #353ED1;
}
.BgClassName
{
background-color: #353ED1;
}
</style>
border-color css
<style>
span { border-color: #353ED1; }
span { border-color: rgb(53,62,209); }
td.TdClassName
{
border-color: #353ED1;
}
.TagClassName
{
border-color: #353ED1;
}
</style>