Shades of Free Speech Blue #3541C1
Tints of Free Speech Blue #3541C1
RGB
CMYK
RGB Variations
Color information
#3541C1 (or 0x3541C1) is known color: Free Speech Blue. HEX triplet: 35, 41 and C1. RGB value is (53,65,193). Sum of RGB (Red+Green+Blue) = 53+65+193=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #3541C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541C1 is #CABE3E. Grayscale: #4B4B4B. Windows color (decimal): -13286975 or 12665141. OLE color: 12665141.
HSL color Cylindrical-coordinate representation of color #3541C1: hue angle of 234.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3541C1 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 65 | 193 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.24 |
| HSL | 234.86º | 0.57% | 0.48% | - |
| HSV(B) | 234.86º | 0.73% | 0.76% | - |
| XYZ | 12.98 | 8.39 | 51.39 | - |
| YUV | 76 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 193 | 0.73 | 0.66 | 0 | 0.24 | 234.86 | 0.57 | 0.48 |
| Hex | 35 | 41 | C1 | 49 | 42 | 0 | 18 | EB | 39 | 30 |
| Octal | 65 | 101 | 301 | 111 | 102 | 0 | 30 | 353 | 71 | 60 |
| Binary | 110101 | 1000001 | 11000001 | 1001001 | 1000010 | 0 | 11000 | 11101011 | 111001 | 110000 |
Color Harmonies of #3541C1
Complementary color
Monochromatic Colors of #3541C1
Black with #3541C1
Text Example
Text Example
White with #3541C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541C1; }
p { color: rgb(53,65,193); }
H1.HeaderClassName
{
color: #3541C1;
}
.AnyTagClassName
{
color: #3541C1;
}
</style>
background-color css
<style>
a { background-color: #3541C1; }
a { background-color: rgb(53,65,193); }
div.DivClassName
{
background-color: #3541C1;
}
.BgClassName
{
background-color: #3541C1;
}
</style>
border-color css
<style>
span { border-color: #3541C1; }
span { border-color: rgb(53,65,193); }
td.TdClassName
{
border-color: #3541C1;
}
.TagClassName
{
border-color: #3541C1;
}
</style>