Shades of Free Speech Blue #3541C2
Tints of Free Speech Blue #3541C2
RGB
CMYK
RGB Variations
Color information
#3541C2 (or 0x3541C2) is known color: Free Speech Blue. HEX triplet: 35, 41 and C2. RGB value is (53,65,194). Sum of RGB (Red+Green+Blue) = 53+65+194=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #3541C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541C2 is #CABE3D. Grayscale: #4B4B4B. Windows color (decimal): -13286974 or 12730677. OLE color: 12730677.
HSL color Cylindrical-coordinate representation of color #3541C2: hue angle of 234.89º 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 #3541C2 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 65 | 194 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.24 |
| HSL | 234.89º | 0.57% | 0.48% | - |
| HSV(B) | 234.89º | 0.73% | 0.76% | - |
| XYZ | 13.1 | 8.43 | 51.98 | - |
| YUV | 76.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 194 | 0.73 | 0.66 | 0 | 0.24 | 234.89 | 0.57 | 0.48 |
| Hex | 35 | 41 | C2 | 49 | 42 | 0 | 18 | EB | 39 | 30 |
| Octal | 65 | 101 | 302 | 111 | 102 | 0 | 30 | 353 | 71 | 60 |
| Binary | 110101 | 1000001 | 11000010 | 1001001 | 1000010 | 0 | 11000 | 11101011 | 111001 | 110000 |
Color Harmonies of #3541C2
Complementary color
Monochromatic Colors of #3541C2
Black with #3541C2
Text Example
Text Example
White with #3541C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541C2; }
p { color: rgb(53,65,194); }
H1.HeaderClassName
{
color: #3541C2;
}
.AnyTagClassName
{
color: #3541C2;
}
</style>
background-color css
<style>
a { background-color: #3541C2; }
a { background-color: rgb(53,65,194); }
div.DivClassName
{
background-color: #3541C2;
}
.BgClassName
{
background-color: #3541C2;
}
</style>
border-color css
<style>
span { border-color: #3541C2; }
span { border-color: rgb(53,65,194); }
td.TdClassName
{
border-color: #3541C2;
}
.TagClassName
{
border-color: #3541C2;
}
</style>