Shades of Free Speech Blue #374DDF
Tints of Free Speech Blue #374DDF
RGB
CMYK
RGB Variations
Color information
#374DDF (or 0x374DDF) is known color: Free Speech Blue. HEX triplet: 37, 4D and DF. RGB value is (55,77,223). Sum of RGB (Red+Green+Blue) = 55+77+223=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #374DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DDF is #C8B220. Grayscale: #565656. Windows color (decimal): -13152801 or 14634295. OLE color: 14634295.
HSL color Cylindrical-coordinate representation of color #374DDF: hue angle of 232.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374DDF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 77 | 223 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.13 |
| HSL | 232.14º | 0.72% | 0.55% | - |
| HSV(B) | 232.14º | 0.75% | 0.87% | - |
| XYZ | 17.55 | 11.45 | 71.1 | - |
| YUV | 87.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 223 | 0.75 | 0.65 | 0 | 0.13 | 232.14 | 0.72 | 0.55 |
| Hex | 37 | 4D | DF | 4B | 41 | 0 | D | E8 | 48 | 37 |
| Octal | 67 | 115 | 337 | 113 | 101 | 0 | 15 | 350 | 110 | 67 |
| Binary | 110111 | 1001101 | 11011111 | 1001011 | 1000001 | 0 | 1101 | 11101000 | 1001000 | 110111 |
Color Harmonies of #374DDF
Complementary color
Monochromatic Colors of #374DDF
Black with #374DDF
Text Example
Text Example
White with #374DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DDF; }
p { color: rgb(55,77,223); }
H1.HeaderClassName
{
color: #374DDF;
}
.AnyTagClassName
{
color: #374DDF;
}
</style>
background-color css
<style>
a { background-color: #374DDF; }
a { background-color: rgb(55,77,223); }
div.DivClassName
{
background-color: #374DDF;
}
.BgClassName
{
background-color: #374DDF;
}
</style>
border-color css
<style>
span { border-color: #374DDF; }
span { border-color: rgb(55,77,223); }
td.TdClassName
{
border-color: #374DDF;
}
.TagClassName
{
border-color: #374DDF;
}
</style>