Shades of Free Speech Blue #3543D9
Tints of Free Speech Blue #3543D9
RGB
CMYK
RGB Variations
Color information
#3543D9 (or 0x3543D9) is known color: Free Speech Blue. HEX triplet: 35, 43 and D9. RGB value is (53,67,217). Sum of RGB (Red+Green+Blue) = 53+67+217=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 217 (85.16% from 255 or 64.39% from 337); Max value from RGB is 217 - color contains mainly: blue. Hex color #3543D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543D9 is #CABC26. Grayscale: #4F4F4F. Windows color (decimal): -13286439 or 14238517. OLE color: 14238517.
HSL color Cylindrical-coordinate representation of color #3543D9: hue angle of 234.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3543D9 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 67 | 217 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.15 |
| HSL | 234.88º | 0.68% | 0.53% | - |
| HSV(B) | 234.88º | 0.76% | 0.85% | - |
| XYZ | 16 | 9.78 | 66.69 | - |
| YUV | 79.91 | 205.36 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 217 | 0.76 | 0.69 | 0 | 0.15 | 234.88 | 0.68 | 0.53 |
| Hex | 35 | 43 | D9 | 4C | 45 | 0 | F | EB | 44 | 35 |
| Octal | 65 | 103 | 331 | 114 | 105 | 0 | 17 | 353 | 104 | 65 |
| Binary | 110101 | 1000011 | 11011001 | 1001100 | 1000101 | 0 | 1111 | 11101011 | 1000100 | 110101 |
Color Harmonies of #3543D9
Complementary color
Monochromatic Colors of #3543D9
Black with #3543D9
Text Example
Text Example
White with #3543D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543D9; }
p { color: rgb(53,67,217); }
H1.HeaderClassName
{
color: #3543D9;
}
.AnyTagClassName
{
color: #3543D9;
}
</style>
background-color css
<style>
a { background-color: #3543D9; }
a { background-color: rgb(53,67,217); }
div.DivClassName
{
background-color: #3543D9;
}
.BgClassName
{
background-color: #3543D9;
}
</style>
border-color css
<style>
span { border-color: #3543D9; }
span { border-color: rgb(53,67,217); }
td.TdClassName
{
border-color: #3543D9;
}
.TagClassName
{
border-color: #3543D9;
}
</style>