Shades of Free Speech Blue #3649DC
Tints of Free Speech Blue #3649DC
RGB
CMYK
RGB Variations
Color information
#3649DC (or 0x3649DC) is known color: Free Speech Blue. HEX triplet: 36, 49 and DC. RGB value is (54,73,220). Sum of RGB (Red+Green+Blue) = 54+73+220=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #3649DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3649DC is #C9B623. Grayscale: #535353. Windows color (decimal): -13219364 or 14436662. OLE color: 14436662.
HSL color Cylindrical-coordinate representation of color #3649DC: hue angle of 233.13º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3649DC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 73 | 220 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.14 |
| HSL | 233.13º | 0.7% | 0.54% | - |
| HSV(B) | 233.13º | 0.75% | 0.86% | - |
| XYZ | 16.82 | 10.72 | 68.89 | - |
| YUV | 84.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 220 | 0.75 | 0.67 | 0 | 0.14 | 233.13 | 0.7 | 0.54 |
| Hex | 36 | 49 | DC | 4B | 43 | 0 | E | E9 | 46 | 36 |
| Octal | 66 | 111 | 334 | 113 | 103 | 0 | 16 | 351 | 106 | 66 |
| Binary | 110110 | 1001001 | 11011100 | 1001011 | 1000011 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #3649DC
Complementary color
Monochromatic Colors of #3649DC
Black with #3649DC
Text Example
Text Example
White with #3649DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3649DC; }
p { color: rgb(54,73,220); }
H1.HeaderClassName
{
color: #3649DC;
}
.AnyTagClassName
{
color: #3649DC;
}
</style>
background-color css
<style>
a { background-color: #3649DC; }
a { background-color: rgb(54,73,220); }
div.DivClassName
{
background-color: #3649DC;
}
.BgClassName
{
background-color: #3649DC;
}
</style>
border-color css
<style>
span { border-color: #3649DC; }
span { border-color: rgb(54,73,220); }
td.TdClassName
{
border-color: #3649DC;
}
.TagClassName
{
border-color: #3649DC;
}
</style>