Shades of Free Speech Blue #374BDD
Tints of Free Speech Blue #374BDD
RGB
CMYK
RGB Variations
Color information
#374BDD (or 0x374BDD) is known color: Free Speech Blue. HEX triplet: 37, 4B and DD. RGB value is (55,75,221). Sum of RGB (Red+Green+Blue) = 55+75+221=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #374BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BDD is #C8B422. Grayscale: #555555. Windows color (decimal): -13153315 or 14502711. OLE color: 14502711.
HSL color Cylindrical-coordinate representation of color #374BDD: hue angle of 232.77º 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 #374BDD is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 75 | 221 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.13 |
| HSL | 232.77º | 0.71% | 0.54% | - |
| HSV(B) | 232.77º | 0.75% | 0.87% | - |
| XYZ | 17.14 | 11.06 | 69.64 | - |
| YUV | 85.66 | 204.37 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 221 | 0.75 | 0.66 | 0 | 0.13 | 232.77 | 0.71 | 0.54 |
| Hex | 37 | 4B | DD | 4B | 42 | 0 | D | E9 | 47 | 36 |
| Octal | 67 | 113 | 335 | 113 | 102 | 0 | 15 | 351 | 107 | 66 |
| Binary | 110111 | 1001011 | 11011101 | 1001011 | 1000010 | 0 | 1101 | 11101001 | 1000111 | 110110 |
Color Harmonies of #374BDD
Complementary color
Monochromatic Colors of #374BDD
Black with #374BDD
Text Example
Text Example
White with #374BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BDD; }
p { color: rgb(55,75,221); }
H1.HeaderClassName
{
color: #374BDD;
}
.AnyTagClassName
{
color: #374BDD;
}
</style>
background-color css
<style>
a { background-color: #374BDD; }
a { background-color: rgb(55,75,221); }
div.DivClassName
{
background-color: #374BDD;
}
.BgClassName
{
background-color: #374BDD;
}
</style>
border-color css
<style>
span { border-color: #374BDD; }
span { border-color: rgb(55,75,221); }
td.TdClassName
{
border-color: #374BDD;
}
.TagClassName
{
border-color: #374BDD;
}
</style>