Shades of Free Speech Blue #374AD6
Tints of Free Speech Blue #374AD6
RGB
CMYK
RGB Variations
Color information
#374AD6 (or 0x374AD6) is known color: Free Speech Blue. HEX triplet: 37, 4A and D6. RGB value is (55,74,214). Sum of RGB (Red+Green+Blue) = 55+74+214=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #374AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AD6 is #C8B529. Grayscale: #535353. Windows color (decimal): -13153578 or 14043703. OLE color: 14043703.
HSL color Cylindrical-coordinate representation of color #374AD6: hue angle of 232.83º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374AD6 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 74 | 214 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.16 |
| HSL | 232.83º | 0.66% | 0.53% | - |
| HSV(B) | 232.83º | 0.74% | 0.84% | - |
| XYZ | 16.16 | 10.56 | 64.81 | - |
| YUV | 84.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 214 | 0.74 | 0.65 | 0 | 0.16 | 232.83 | 0.66 | 0.53 |
| Hex | 37 | 4A | D6 | 4A | 41 | 0 | 10 | E9 | 42 | 35 |
| Octal | 67 | 112 | 326 | 112 | 101 | 0 | 20 | 351 | 102 | 65 |
| Binary | 110111 | 1001010 | 11010110 | 1001010 | 1000001 | 0 | 10000 | 11101001 | 1000010 | 110101 |
Color Harmonies of #374AD6
Complementary color
Monochromatic Colors of #374AD6
Black with #374AD6
Text Example
Text Example
White with #374AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AD6; }
p { color: rgb(55,74,214); }
H1.HeaderClassName
{
color: #374AD6;
}
.AnyTagClassName
{
color: #374AD6;
}
</style>
background-color css
<style>
a { background-color: #374AD6; }
a { background-color: rgb(55,74,214); }
div.DivClassName
{
background-color: #374AD6;
}
.BgClassName
{
background-color: #374AD6;
}
</style>
border-color css
<style>
span { border-color: #374AD6; }
span { border-color: rgb(55,74,214); }
td.TdClassName
{
border-color: #374AD6;
}
.TagClassName
{
border-color: #374AD6;
}
</style>