Shades of Free Speech Blue #3541C5
Tints of Free Speech Blue #3541C5
RGB
CMYK
RGB Variations
Color information
#3541C5 (or 0x3541C5) is known color: Free Speech Blue. HEX triplet: 35, 41 and C5. RGB value is (53,65,197). Sum of RGB (Red+Green+Blue) = 53+65+197=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 197 (77.34% from 255 or 62.54% from 315); Max value from RGB is 197 - color contains mainly: blue. Hex color #3541C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541C5 is #CABE3A. Grayscale: #4B4B4B. Windows color (decimal): -13286971 or 12927285. OLE color: 12927285.
HSL color Cylindrical-coordinate representation of color #3541C5: hue angle of 235º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3541C5 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 65 | 197 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.23 |
| HSL | 235º | 0.58% | 0.49% | - |
| HSV(B) | 235º | 0.73% | 0.77% | - |
| XYZ | 13.44 | 8.57 | 53.77 | - |
| YUV | 76.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 197 | 0.73 | 0.67 | 0 | 0.23 | 235 | 0.58 | 0.49 |
| Hex | 35 | 41 | C5 | 49 | 43 | 0 | 17 | EB | 3A | 31 |
| Octal | 65 | 101 | 305 | 111 | 103 | 0 | 27 | 353 | 72 | 61 |
| Binary | 110101 | 1000001 | 11000101 | 1001001 | 1000011 | 0 | 10111 | 11101011 | 111010 | 110001 |
Color Harmonies of #3541C5
Complementary color
Monochromatic Colors of #3541C5
Black with #3541C5
Text Example
Text Example
White with #3541C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541C5; }
p { color: rgb(53,65,197); }
H1.HeaderClassName
{
color: #3541C5;
}
.AnyTagClassName
{
color: #3541C5;
}
</style>
background-color css
<style>
a { background-color: #3541C5; }
a { background-color: rgb(53,65,197); }
div.DivClassName
{
background-color: #3541C5;
}
.BgClassName
{
background-color: #3541C5;
}
</style>
border-color css
<style>
span { border-color: #3541C5; }
span { border-color: rgb(53,65,197); }
td.TdClassName
{
border-color: #3541C5;
}
.TagClassName
{
border-color: #3541C5;
}
</style>