Shades of Free Speech Blue #3541CE
Tints of Free Speech Blue #3541CE
RGB
CMYK
RGB Variations
Color information
#3541CE (or 0x3541CE) is known color: Free Speech Blue. HEX triplet: 35, 41 and CE. RGB value is (53,65,206). Sum of RGB (Red+Green+Blue) = 53+65+206=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3541CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541CE is #CABE31. Grayscale: #4C4C4C. Windows color (decimal): -13286962 or 13517109. OLE color: 13517109.
HSL color Cylindrical-coordinate representation of color #3541CE: hue angle of 235.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3541CE is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 65 | 206 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.19 |
| HSL | 235.29º | 0.61% | 0.51% | - |
| HSV(B) | 235.29º | 0.74% | 0.81% | - |
| XYZ | 14.5 | 8.99 | 59.36 | - |
| YUV | 77.49 | 200.52 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 206 | 0.74 | 0.68 | 0 | 0.19 | 235.29 | 0.61 | 0.51 |
| Hex | 35 | 41 | CE | 4A | 44 | 0 | 13 | EB | 3D | 33 |
| Octal | 65 | 101 | 316 | 112 | 104 | 0 | 23 | 353 | 75 | 63 |
| Binary | 110101 | 1000001 | 11001110 | 1001010 | 1000100 | 0 | 10011 | 11101011 | 111101 | 110011 |
Color Harmonies of #3541CE
Complementary color
Monochromatic Colors of #3541CE
Black with #3541CE
Text Example
Text Example
White with #3541CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541CE; }
p { color: rgb(53,65,206); }
H1.HeaderClassName
{
color: #3541CE;
}
.AnyTagClassName
{
color: #3541CE;
}
</style>
background-color css
<style>
a { background-color: #3541CE; }
a { background-color: rgb(53,65,206); }
div.DivClassName
{
background-color: #3541CE;
}
.BgClassName
{
background-color: #3541CE;
}
</style>
border-color css
<style>
span { border-color: #3541CE; }
span { border-color: rgb(53,65,206); }
td.TdClassName
{
border-color: #3541CE;
}
.TagClassName
{
border-color: #3541CE;
}
</style>