Shades of Free Speech Blue #374DDD
Tints of Free Speech Blue #374DDD
RGB
CMYK
RGB Variations
Color information
#374DDD (or 0x374DDD) is known color: Free Speech Blue. HEX triplet: 37, 4D and DD. RGB value is (55,77,221). Sum of RGB (Red+Green+Blue) = 55+77+221=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #374DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DDD is #C8B222. Grayscale: #565656. Windows color (decimal): -13152803 or 14503223. OLE color: 14503223.
HSL color Cylindrical-coordinate representation of color #374DDD: hue angle of 232.05º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374DDD is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 77 | 221 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.13 |
| HSL | 232.05º | 0.71% | 0.54% | - |
| HSV(B) | 232.05º | 0.75% | 0.87% | - |
| XYZ | 17.28 | 11.34 | 69.68 | - |
| YUV | 86.84 | 203.71 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 221 | 0.75 | 0.65 | 0 | 0.13 | 232.05 | 0.71 | 0.54 |
| Hex | 37 | 4D | DD | 4B | 41 | 0 | D | E8 | 47 | 36 |
| Octal | 67 | 115 | 335 | 113 | 101 | 0 | 15 | 350 | 107 | 66 |
| Binary | 110111 | 1001101 | 11011101 | 1001011 | 1000001 | 0 | 1101 | 11101000 | 1000111 | 110110 |
Color Harmonies of #374DDD
Complementary color
Monochromatic Colors of #374DDD
Black with #374DDD
Text Example
Text Example
White with #374DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DDD; }
p { color: rgb(55,77,221); }
H1.HeaderClassName
{
color: #374DDD;
}
.AnyTagClassName
{
color: #374DDD;
}
</style>
background-color css
<style>
a { background-color: #374DDD; }
a { background-color: rgb(55,77,221); }
div.DivClassName
{
background-color: #374DDD;
}
.BgClassName
{
background-color: #374DDD;
}
</style>
border-color css
<style>
span { border-color: #374DDD; }
span { border-color: rgb(55,77,221); }
td.TdClassName
{
border-color: #374DDD;
}
.TagClassName
{
border-color: #374DDD;
}
</style>