Shades of Free Speech Blue #3549CF
Tints of Free Speech Blue #3549CF
RGB
CMYK
RGB Variations
Color information
#3549CF (or 0x3549CF) is known color: Free Speech Blue. HEX triplet: 35, 49 and CF. RGB value is (53,73,207). Sum of RGB (Red+Green+Blue) = 53+73+207=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #3549CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549CF is #CAB630. Grayscale: #515151. Windows color (decimal): -13284913 or 13584693. OLE color: 13584693.
HSL color Cylindrical-coordinate representation of color #3549CF: hue angle of 232.21º degrees, saturation: 0.62, 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 #3549CF is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 73 | 207 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.19 |
| HSL | 232.21º | 0.62% | 0.51% | - |
| HSV(B) | 232.21º | 0.74% | 0.81% | - |
| XYZ | 15.11 | 10.03 | 60.17 | - |
| YUV | 82.3 | 198.37 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 207 | 0.74 | 0.65 | 0 | 0.19 | 232.21 | 0.62 | 0.51 |
| Hex | 35 | 49 | CF | 4A | 41 | 0 | 13 | E8 | 3E | 33 |
| Octal | 65 | 111 | 317 | 112 | 101 | 0 | 23 | 350 | 76 | 63 |
| Binary | 110101 | 1001001 | 11001111 | 1001010 | 1000001 | 0 | 10011 | 11101000 | 111110 | 110011 |
Color Harmonies of #3549CF
Complementary color
Monochromatic Colors of #3549CF
Black with #3549CF
Text Example
Text Example
White with #3549CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549CF; }
p { color: rgb(53,73,207); }
H1.HeaderClassName
{
color: #3549CF;
}
.AnyTagClassName
{
color: #3549CF;
}
</style>
background-color css
<style>
a { background-color: #3549CF; }
a { background-color: rgb(53,73,207); }
div.DivClassName
{
background-color: #3549CF;
}
.BgClassName
{
background-color: #3549CF;
}
</style>
border-color css
<style>
span { border-color: #3549CF; }
span { border-color: rgb(53,73,207); }
td.TdClassName
{
border-color: #3549CF;
}
.TagClassName
{
border-color: #3549CF;
}
</style>