Shades of Free Speech Blue #3546C1
Tints of Free Speech Blue #3546C1
RGB
CMYK
RGB Variations
Color information
#3546C1 (or 0x3546C1) is known color: Free Speech Blue. HEX triplet: 35, 46 and C1. RGB value is (53,70,193). Sum of RGB (Red+Green+Blue) = 53+70+193=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #3546C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3546C1 is #CAB93E. Grayscale: #4E4E4E. Windows color (decimal): -13285695 or 12666421. OLE color: 12666421.
HSL color Cylindrical-coordinate representation of color #3546C1: hue angle of 232.71º 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 #3546C1 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 70 | 193 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.24 |
| HSL | 232.71º | 0.57% | 0.48% | - |
| HSV(B) | 232.71º | 0.73% | 0.76% | - |
| XYZ | 13.28 | 8.99 | 51.49 | - |
| YUV | 78.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 193 | 0.73 | 0.64 | 0 | 0.24 | 232.71 | 0.57 | 0.48 |
| Hex | 35 | 46 | C1 | 49 | 40 | 0 | 18 | E9 | 39 | 30 |
| Octal | 65 | 106 | 301 | 111 | 100 | 0 | 30 | 351 | 71 | 60 |
| Binary | 110101 | 1000110 | 11000001 | 1001001 | 1000000 | 0 | 11000 | 11101001 | 111001 | 110000 |
Color Harmonies of #3546C1
Complementary color
Monochromatic Colors of #3546C1
Black with #3546C1
Text Example
Text Example
White with #3546C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3546C1; }
p { color: rgb(53,70,193); }
H1.HeaderClassName
{
color: #3546C1;
}
.AnyTagClassName
{
color: #3546C1;
}
</style>
background-color css
<style>
a { background-color: #3546C1; }
a { background-color: rgb(53,70,193); }
div.DivClassName
{
background-color: #3546C1;
}
.BgClassName
{
background-color: #3546C1;
}
</style>
border-color css
<style>
span { border-color: #3546C1; }
span { border-color: rgb(53,70,193); }
td.TdClassName
{
border-color: #3546C1;
}
.TagClassName
{
border-color: #3546C1;
}
</style>