Shades of Free Speech Blue #374ED3
Tints of Free Speech Blue #374ED3
RGB
CMYK
RGB Variations
Color information
#374ED3 (or 0x374ED3) is known color: Free Speech Blue. HEX triplet: 37, 4E and D3. RGB value is (55,78,211). Sum of RGB (Red+Green+Blue) = 55+78+211=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 211 (82.81% from 255 or 61.34% from 344); Max value from RGB is 211 - color contains mainly: blue. Hex color #374ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374ED3 is #C8B12C. Grayscale: #555555. Windows color (decimal): -13152557 or 13848119. OLE color: 13848119.
HSL color Cylindrical-coordinate representation of color #374ED3: hue angle of 231.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374ED3 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 78 | 211 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.17 |
| HSL | 231.15º | 0.64% | 0.52% | - |
| HSV(B) | 231.15º | 0.74% | 0.83% | - |
| XYZ | 16.06 | 10.96 | 62.9 | - |
| YUV | 86.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 211 | 0.74 | 0.63 | 0 | 0.17 | 231.15 | 0.64 | 0.52 |
| Hex | 37 | 4E | D3 | 4A | 3F | 0 | 11 | E7 | 40 | 34 |
| Octal | 67 | 116 | 323 | 112 | 77 | 0 | 21 | 347 | 100 | 64 |
| Binary | 110111 | 1001110 | 11010011 | 1001010 | 111111 | 0 | 10001 | 11100111 | 1000000 | 110100 |
Color Harmonies of #374ED3
Complementary color
Monochromatic Colors of #374ED3
Black with #374ED3
Text Example
Text Example
White with #374ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374ED3; }
p { color: rgb(55,78,211); }
H1.HeaderClassName
{
color: #374ED3;
}
.AnyTagClassName
{
color: #374ED3;
}
</style>
background-color css
<style>
a { background-color: #374ED3; }
a { background-color: rgb(55,78,211); }
div.DivClassName
{
background-color: #374ED3;
}
.BgClassName
{
background-color: #374ED3;
}
</style>
border-color css
<style>
span { border-color: #374ED3; }
span { border-color: rgb(55,78,211); }
td.TdClassName
{
border-color: #374ED3;
}
.TagClassName
{
border-color: #374ED3;
}
</style>