Shades of Free Speech Blue #3541E0
Tints of Free Speech Blue #3541E0
RGB
CMYK
RGB Variations
Color information
#3541E0 (or 0x3541E0) is known color: Free Speech Blue. HEX triplet: 35, 41 and E0. RGB value is (53,65,224). Sum of RGB (Red+Green+Blue) = 53+65+224=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #3541E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541E0 is #CABE1F. Grayscale: #4E4E4E. Windows color (decimal): -13286944 or 14696757. OLE color: 14696757.
HSL color Cylindrical-coordinate representation of color #3541E0: hue angle of 235.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3541E0 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 65 | 224 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.12 |
| HSL | 235.79º | 0.73% | 0.54% | - |
| HSV(B) | 235.79º | 0.76% | 0.88% | - |
| XYZ | 16.81 | 9.92 | 71.55 | - |
| YUV | 79.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 224 | 0.76 | 0.71 | 0 | 0.12 | 235.79 | 0.73 | 0.54 |
| Hex | 35 | 41 | E0 | 4C | 47 | 0 | C | EC | 49 | 36 |
| Octal | 65 | 101 | 340 | 114 | 107 | 0 | 14 | 354 | 111 | 66 |
| Binary | 110101 | 1000001 | 11100000 | 1001100 | 1000111 | 0 | 1100 | 11101100 | 1001001 | 110110 |
Color Harmonies of #3541E0
Complementary color
Monochromatic Colors of #3541E0
Black with #3541E0
Text Example
Text Example
White with #3541E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541E0; }
p { color: rgb(53,65,224); }
H1.HeaderClassName
{
color: #3541E0;
}
.AnyTagClassName
{
color: #3541E0;
}
</style>
background-color css
<style>
a { background-color: #3541E0; }
a { background-color: rgb(53,65,224); }
div.DivClassName
{
background-color: #3541E0;
}
.BgClassName
{
background-color: #3541E0;
}
</style>
border-color css
<style>
span { border-color: #3541E0; }
span { border-color: rgb(53,65,224); }
td.TdClassName
{
border-color: #3541E0;
}
.TagClassName
{
border-color: #3541E0;
}
</style>