Shades of Free Speech Blue #374FCD
Tints of Free Speech Blue #374FCD
RGB
CMYK
RGB Variations
Color information
#374FCD (or 0x374FCD) is known color: Free Speech Blue. HEX triplet: 37, 4F and CD. RGB value is (55,79,205). Sum of RGB (Red+Green+Blue) = 55+79+205=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #374FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FCD is #C8B032. Grayscale: #555555. Windows color (decimal): -13152307 or 13455159. OLE color: 13455159.
HSL color Cylindrical-coordinate representation of color #374FCD: hue angle of 230.4º 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 #374FCD is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 79 | 205 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.20 |
| HSL | 230.4º | 0.6% | 0.51% | - |
| HSV(B) | 230.4º | 0.73% | 0.8% | - |
| XYZ | 15.39 | 10.81 | 59.03 | - |
| YUV | 86.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 205 | 0.73 | 0.61 | 0 | 0.20 | 230.4 | 0.6 | 0.51 |
| Hex | 37 | 4F | CD | 49 | 3D | 0 | 14 | E6 | 3C | 33 |
| Octal | 67 | 117 | 315 | 111 | 75 | 0 | 24 | 346 | 74 | 63 |
| Binary | 110111 | 1001111 | 11001101 | 1001001 | 111101 | 0 | 10100 | 11100110 | 111100 | 110011 |
Color Harmonies of #374FCD
Complementary color
Monochromatic Colors of #374FCD
Black with #374FCD
Text Example
Text Example
White with #374FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374FCD; }
p { color: rgb(55,79,205); }
H1.HeaderClassName
{
color: #374FCD;
}
.AnyTagClassName
{
color: #374FCD;
}
</style>
background-color css
<style>
a { background-color: #374FCD; }
a { background-color: rgb(55,79,205); }
div.DivClassName
{
background-color: #374FCD;
}
.BgClassName
{
background-color: #374FCD;
}
</style>
border-color css
<style>
span { border-color: #374FCD; }
span { border-color: rgb(55,79,205); }
td.TdClassName
{
border-color: #374FCD;
}
.TagClassName
{
border-color: #374FCD;
}
</style>