Shades of Free Speech Blue #3749DB
Tints of Free Speech Blue #3749DB
RGB
CMYK
RGB Variations
Color information
#3749DB (or 0x3749DB) is known color: Free Speech Blue. HEX triplet: 37, 49 and DB. RGB value is (55,73,219). Sum of RGB (Red+Green+Blue) = 55+73+219=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #3749DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749DB is #C8B624. Grayscale: #535353. Windows color (decimal): -13153829 or 14371127. OLE color: 14371127.
HSL color Cylindrical-coordinate representation of color #3749DB: hue angle of 233.41º degrees, saturation: 0.69, 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 #3749DB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 73 | 219 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.14 |
| HSL | 233.41º | 0.69% | 0.54% | - |
| HSV(B) | 233.41º | 0.75% | 0.86% | - |
| XYZ | 16.74 | 10.69 | 68.2 | - |
| YUV | 84.26 | 204.04 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 219 | 0.75 | 0.67 | 0 | 0.14 | 233.41 | 0.69 | 0.54 |
| Hex | 37 | 49 | DB | 4B | 43 | 0 | E | E9 | 45 | 36 |
| Octal | 67 | 111 | 333 | 113 | 103 | 0 | 16 | 351 | 105 | 66 |
| Binary | 110111 | 1001001 | 11011011 | 1001011 | 1000011 | 0 | 1110 | 11101001 | 1000101 | 110110 |
Color Harmonies of #3749DB
Complementary color
Monochromatic Colors of #3749DB
Black with #3749DB
Text Example
Text Example
White with #3749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3749DB; }
p { color: rgb(55,73,219); }
H1.HeaderClassName
{
color: #3749DB;
}
.AnyTagClassName
{
color: #3749DB;
}
</style>
background-color css
<style>
a { background-color: #3749DB; }
a { background-color: rgb(55,73,219); }
div.DivClassName
{
background-color: #3749DB;
}
.BgClassName
{
background-color: #3749DB;
}
</style>
border-color css
<style>
span { border-color: #3749DB; }
span { border-color: rgb(55,73,219); }
td.TdClassName
{
border-color: #3749DB;
}
.TagClassName
{
border-color: #3749DB;
}
</style>