Shades of Free Speech Blue #374DCD
Tints of Free Speech Blue #374DCD
RGB
CMYK
RGB Variations
Color information
#374DCD (or 0x374DCD) is known color: Free Speech Blue. HEX triplet: 37, 4D and CD. RGB value is (55,77,205). Sum of RGB (Red+Green+Blue) = 55+77+205=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #374DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DCD is #C8B232. Grayscale: #545454. Windows color (decimal): -13152819 or 13454647. OLE color: 13454647.
HSL color Cylindrical-coordinate representation of color #374DCD: hue angle of 231.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374DCD is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 77 | 205 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.20 |
| HSL | 231.2º | 0.6% | 0.51% | - |
| HSV(B) | 231.2º | 0.73% | 0.8% | - |
| XYZ | 15.25 | 10.53 | 58.99 | - |
| YUV | 85.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 205 | 0.73 | 0.62 | 0 | 0.20 | 231.2 | 0.6 | 0.51 |
| Hex | 37 | 4D | CD | 49 | 3E | 0 | 14 | E7 | 3C | 33 |
| Octal | 67 | 115 | 315 | 111 | 76 | 0 | 24 | 347 | 74 | 63 |
| Binary | 110111 | 1001101 | 11001101 | 1001001 | 111110 | 0 | 10100 | 11100111 | 111100 | 110011 |
Color Harmonies of #374DCD
Complementary color
Monochromatic Colors of #374DCD
Black with #374DCD
Text Example
Text Example
White with #374DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DCD; }
p { color: rgb(55,77,205); }
H1.HeaderClassName
{
color: #374DCD;
}
.AnyTagClassName
{
color: #374DCD;
}
</style>
background-color css
<style>
a { background-color: #374DCD; }
a { background-color: rgb(55,77,205); }
div.DivClassName
{
background-color: #374DCD;
}
.BgClassName
{
background-color: #374DCD;
}
</style>
border-color css
<style>
span { border-color: #374DCD; }
span { border-color: rgb(55,77,205); }
td.TdClassName
{
border-color: #374DCD;
}
.TagClassName
{
border-color: #374DCD;
}
</style>