Shades of Free Speech Blue #374FDB
Tints of Free Speech Blue #374FDB
RGB
CMYK
RGB Variations
Color information
#374FDB (or 0x374FDB) is known color: Free Speech Blue. HEX triplet: 37, 4F and DB. RGB value is (55,79,219). Sum of RGB (Red+Green+Blue) = 55+79+219=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #374FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FDB is #C8B024. Grayscale: #575757. Windows color (decimal): -13152293 or 14372663. OLE color: 14372663.
HSL color Cylindrical-coordinate representation of color #374FDB: hue angle of 231.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374FDB is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 79 | 219 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.14 |
| HSL | 231.22º | 0.69% | 0.54% | - |
| HSV(B) | 231.22º | 0.75% | 0.86% | - |
| XYZ | 17.16 | 11.52 | 68.34 | - |
| YUV | 87.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 219 | 0.75 | 0.64 | 0 | 0.14 | 231.22 | 0.69 | 0.54 |
| Hex | 37 | 4F | DB | 4B | 40 | 0 | E | E7 | 45 | 36 |
| Octal | 67 | 117 | 333 | 113 | 100 | 0 | 16 | 347 | 105 | 66 |
| Binary | 110111 | 1001111 | 11011011 | 1001011 | 1000000 | 0 | 1110 | 11100111 | 1000101 | 110110 |
Color Harmonies of #374FDB
Complementary color
Monochromatic Colors of #374FDB
Black with #374FDB
Text Example
Text Example
White with #374FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374FDB; }
p { color: rgb(55,79,219); }
H1.HeaderClassName
{
color: #374FDB;
}
.AnyTagClassName
{
color: #374FDB;
}
</style>
background-color css
<style>
a { background-color: #374FDB; }
a { background-color: rgb(55,79,219); }
div.DivClassName
{
background-color: #374FDB;
}
.BgClassName
{
background-color: #374FDB;
}
</style>
border-color css
<style>
span { border-color: #374FDB; }
span { border-color: rgb(55,79,219); }
td.TdClassName
{
border-color: #374FDB;
}
.TagClassName
{
border-color: #374FDB;
}
</style>