Shades of Free Speech Blue #353EE1
Tints of Free Speech Blue #353EE1
RGB
CMYK
RGB Variations
Color information
#353EE1 (or 0x353EE1) is known color: Free Speech Blue. HEX triplet: 35, 3E and E1. RGB value is (53,62,225). Sum of RGB (Red+Green+Blue) = 53+62+225=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #353EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EE1 is #CAC11E. Grayscale: #4D4D4D. Windows color (decimal): -13287711 or 14761525. OLE color: 14761525.
HSL color Cylindrical-coordinate representation of color #353EE1: hue angle of 236.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353EE1 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 62 | 225 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.12 |
| HSL | 236.86º | 0.74% | 0.55% | - |
| HSV(B) | 236.86º | 0.76% | 0.88% | - |
| XYZ | 16.78 | 9.64 | 72.21 | - |
| YUV | 77.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 225 | 0.76 | 0.72 | 0 | 0.12 | 236.86 | 0.74 | 0.55 |
| Hex | 35 | 3E | E1 | 4C | 48 | 0 | C | ED | 4A | 37 |
| Octal | 65 | 76 | 341 | 114 | 110 | 0 | 14 | 355 | 112 | 67 |
| Binary | 110101 | 111110 | 11100001 | 1001100 | 1001000 | 0 | 1100 | 11101101 | 1001010 | 110111 |
Color Harmonies of #353EE1
Complementary color
Monochromatic Colors of #353EE1
Black with #353EE1
Text Example
Text Example
White with #353EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EE1; }
p { color: rgb(53,62,225); }
H1.HeaderClassName
{
color: #353EE1;
}
.AnyTagClassName
{
color: #353EE1;
}
</style>
background-color css
<style>
a { background-color: #353EE1; }
a { background-color: rgb(53,62,225); }
div.DivClassName
{
background-color: #353EE1;
}
.BgClassName
{
background-color: #353EE1;
}
</style>
border-color css
<style>
span { border-color: #353EE1; }
span { border-color: rgb(53,62,225); }
td.TdClassName
{
border-color: #353EE1;
}
.TagClassName
{
border-color: #353EE1;
}
</style>