Shades of Free Speech Blue #374FCC
Tints of Free Speech Blue #374FCC
RGB
CMYK
RGB Variations
Color information
#374FCC (or 0x374FCC) is known color: Free Speech Blue. HEX triplet: 37, 4F and CC. RGB value is (55,79,204). Sum of RGB (Red+Green+Blue) = 55+79+204=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #374FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FCC is #C8B033. Grayscale: #555555. Windows color (decimal): -13152308 or 13389623. OLE color: 13389623.
HSL color Cylindrical-coordinate representation of color #374FCC: hue angle of 230.34º degrees, saturation: 0.59, 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 #374FCC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 79 | 204 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.2 |
| HSL | 230.34º | 0.59% | 0.51% | - |
| HSV(B) | 230.34º | 0.73% | 0.8% | - |
| XYZ | 15.27 | 10.76 | 58.4 | - |
| YUV | 86.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 204 | 0.73 | 0.61 | 0 | 0.2 | 230.34 | 0.59 | 0.51 |
| Hex | 37 | 4F | CC | 49 | 3D | 0 | 14 | E6 | 3B | 33 |
| Octal | 67 | 117 | 314 | 111 | 75 | 0 | 24 | 346 | 73 | 63 |
| Binary | 110111 | 1001111 | 11001100 | 1001001 | 111101 | 0 | 10100 | 11100110 | 111011 | 110011 |
Color Harmonies of #374FCC
Complementary color
Monochromatic Colors of #374FCC
Black with #374FCC
Text Example
Text Example
White with #374FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374FCC; }
p { color: rgb(55,79,204); }
H1.HeaderClassName
{
color: #374FCC;
}
.AnyTagClassName
{
color: #374FCC;
}
</style>
background-color css
<style>
a { background-color: #374FCC; }
a { background-color: rgb(55,79,204); }
div.DivClassName
{
background-color: #374FCC;
}
.BgClassName
{
background-color: #374FCC;
}
</style>
border-color css
<style>
span { border-color: #374FCC; }
span { border-color: rgb(55,79,204); }
td.TdClassName
{
border-color: #374FCC;
}
.TagClassName
{
border-color: #374FCC;
}
</style>