Shades of Free Speech Blue #3749DC
Tints of Free Speech Blue #3749DC
RGB
CMYK
RGB Variations
Color information
#3749DC (or 0x3749DC) is known color: Free Speech Blue. HEX triplet: 37, 49 and DC. RGB value is (55,73,220). Sum of RGB (Red+Green+Blue) = 55+73+220=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #3749DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749DC is #C8B623. Grayscale: #535353. Windows color (decimal): -13153828 or 14436663. OLE color: 14436663.
HSL color Cylindrical-coordinate representation of color #3749DC: hue angle of 233.45º 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 #3749DC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 73 | 220 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.14 |
| HSL | 233.45º | 0.7% | 0.54% | - |
| HSV(B) | 233.45º | 0.75% | 0.86% | - |
| XYZ | 16.88 | 10.74 | 68.89 | - |
| YUV | 84.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 220 | 0.75 | 0.67 | 0 | 0.14 | 233.45 | 0.7 | 0.54 |
| Hex | 37 | 49 | DC | 4B | 43 | 0 | E | E9 | 46 | 36 |
| Octal | 67 | 111 | 334 | 113 | 103 | 0 | 16 | 351 | 106 | 66 |
| Binary | 110111 | 1001001 | 11011100 | 1001011 | 1000011 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #3749DC
Complementary color
Monochromatic Colors of #3749DC
Black with #3749DC
Text Example
Text Example
White with #3749DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3749DC; }
p { color: rgb(55,73,220); }
H1.HeaderClassName
{
color: #3749DC;
}
.AnyTagClassName
{
color: #3749DC;
}
</style>
background-color css
<style>
a { background-color: #3749DC; }
a { background-color: rgb(55,73,220); }
div.DivClassName
{
background-color: #3749DC;
}
.BgClassName
{
background-color: #3749DC;
}
</style>
border-color css
<style>
span { border-color: #3749DC; }
span { border-color: rgb(55,73,220); }
td.TdClassName
{
border-color: #3749DC;
}
.TagClassName
{
border-color: #3749DC;
}
</style>