Shades of Free Speech Blue #3647DC
Tints of Free Speech Blue #3647DC
RGB
CMYK
RGB Variations
Color information
#3647DC (or 0x3647DC) is known color: Free Speech Blue. HEX triplet: 36, 47 and DC. RGB value is (54,71,220). Sum of RGB (Red+Green+Blue) = 54+71+220=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #3647DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3647DC is #C9B823. Grayscale: #525252. Windows color (decimal): -13219876 or 14436150. OLE color: 14436150.
HSL color Cylindrical-coordinate representation of color #3647DC: hue angle of 233.86º 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 #3647DC is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 71 | 220 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.14 |
| HSL | 233.86º | 0.7% | 0.54% | - |
| HSV(B) | 233.86º | 0.75% | 0.86% | - |
| XYZ | 16.69 | 10.46 | 68.85 | - |
| YUV | 82.9 | 205.37 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 220 | 0.75 | 0.68 | 0 | 0.14 | 233.86 | 0.7 | 0.54 |
| Hex | 36 | 47 | DC | 4B | 44 | 0 | E | EA | 46 | 36 |
| Octal | 66 | 107 | 334 | 113 | 104 | 0 | 16 | 352 | 106 | 66 |
| Binary | 110110 | 1000111 | 11011100 | 1001011 | 1000100 | 0 | 1110 | 11101010 | 1000110 | 110110 |
Color Harmonies of #3647DC
Complementary color
Monochromatic Colors of #3647DC
Black with #3647DC
Text Example
Text Example
White with #3647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3647DC; }
p { color: rgb(54,71,220); }
H1.HeaderClassName
{
color: #3647DC;
}
.AnyTagClassName
{
color: #3647DC;
}
</style>
background-color css
<style>
a { background-color: #3647DC; }
a { background-color: rgb(54,71,220); }
div.DivClassName
{
background-color: #3647DC;
}
.BgClassName
{
background-color: #3647DC;
}
</style>
border-color css
<style>
span { border-color: #3647DC; }
span { border-color: rgb(54,71,220); }
td.TdClassName
{
border-color: #3647DC;
}
.TagClassName
{
border-color: #3647DC;
}
</style>