Shades of Free Speech Blue #374FDD
Tints of Free Speech Blue #374FDD
RGB
CMYK
RGB Variations
Color information
#374FDD (or 0x374FDD) is known color: Free Speech Blue. HEX triplet: 37, 4F and DD. RGB value is (55,79,221). Sum of RGB (Red+Green+Blue) = 55+79+221=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #374FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FDD is #C8B022. Grayscale: #575757. Windows color (decimal): -13152291 or 14503735. OLE color: 14503735.
HSL color Cylindrical-coordinate representation of color #374FDD: hue angle of 231.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374FDD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 79 | 221 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.13 |
| HSL | 231.33º | 0.71% | 0.54% | - |
| HSV(B) | 231.33º | 0.75% | 0.87% | - |
| XYZ | 17.42 | 11.62 | 69.73 | - |
| YUV | 88.01 | 203.05 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 221 | 0.75 | 0.64 | 0 | 0.13 | 231.33 | 0.71 | 0.54 |
| Hex | 37 | 4F | DD | 4B | 40 | 0 | D | E7 | 47 | 36 |
| Octal | 67 | 117 | 335 | 113 | 100 | 0 | 15 | 347 | 107 | 66 |
| Binary | 110111 | 1001111 | 11011101 | 1001011 | 1000000 | 0 | 1101 | 11100111 | 1000111 | 110110 |
Color Harmonies of #374FDD
Complementary color
Monochromatic Colors of #374FDD
Black with #374FDD
Text Example
Text Example
White with #374FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374FDD; }
p { color: rgb(55,79,221); }
H1.HeaderClassName
{
color: #374FDD;
}
.AnyTagClassName
{
color: #374FDD;
}
</style>
background-color css
<style>
a { background-color: #374FDD; }
a { background-color: rgb(55,79,221); }
div.DivClassName
{
background-color: #374FDD;
}
.BgClassName
{
background-color: #374FDD;
}
</style>
border-color css
<style>
span { border-color: #374FDD; }
span { border-color: rgb(55,79,221); }
td.TdClassName
{
border-color: #374FDD;
}
.TagClassName
{
border-color: #374FDD;
}
</style>