Shades of Free Speech Blue #3749D9
Tints of Free Speech Blue #3749D9
RGB
CMYK
RGB Variations
Color information
#3749D9 (or 0x3749D9) is known color: Free Speech Blue. HEX triplet: 37, 49 and D9. RGB value is (55,73,217). Sum of RGB (Red+Green+Blue) = 55+73+217=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #3749D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749D9 is #C8B626. Grayscale: #535353. Windows color (decimal): -13153831 or 14240055. OLE color: 14240055.
HSL color Cylindrical-coordinate representation of color #3749D9: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3749D9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 73 | 217 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.15 |
| HSL | 233.33º | 0.68% | 0.53% | - |
| HSV(B) | 233.33º | 0.75% | 0.85% | - |
| XYZ | 16.48 | 10.59 | 66.82 | - |
| YUV | 84.03 | 203.04 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 217 | 0.75 | 0.66 | 0 | 0.15 | 233.33 | 0.68 | 0.53 |
| Hex | 37 | 49 | D9 | 4B | 42 | 0 | F | E9 | 44 | 35 |
| Octal | 67 | 111 | 331 | 113 | 102 | 0 | 17 | 351 | 104 | 65 |
| Binary | 110111 | 1001001 | 11011001 | 1001011 | 1000010 | 0 | 1111 | 11101001 | 1000100 | 110101 |
Color Harmonies of #3749D9
Complementary color
Monochromatic Colors of #3749D9
Black with #3749D9
Text Example
Text Example
White with #3749D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3749D9; }
p { color: rgb(55,73,217); }
H1.HeaderClassName
{
color: #3749D9;
}
.AnyTagClassName
{
color: #3749D9;
}
</style>
background-color css
<style>
a { background-color: #3749D9; }
a { background-color: rgb(55,73,217); }
div.DivClassName
{
background-color: #3749D9;
}
.BgClassName
{
background-color: #3749D9;
}
</style>
border-color css
<style>
span { border-color: #3749D9; }
span { border-color: rgb(55,73,217); }
td.TdClassName
{
border-color: #3749D9;
}
.TagClassName
{
border-color: #3749D9;
}
</style>