Shades of Free Speech Blue #374BDB
Tints of Free Speech Blue #374BDB
RGB
CMYK
RGB Variations
Color information
#374BDB (or 0x374BDB) is known color: Free Speech Blue. HEX triplet: 37, 4B and DB. RGB value is (55,75,219). Sum of RGB (Red+Green+Blue) = 55+75+219=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #374BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BDB is #C8B424. Grayscale: #545454. Windows color (decimal): -13153317 or 14371639. OLE color: 14371639.
HSL color Cylindrical-coordinate representation of color #374BDB: hue angle of 232.68º 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 #374BDB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 75 | 219 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.14 |
| HSL | 232.68º | 0.69% | 0.54% | - |
| HSV(B) | 232.68º | 0.75% | 0.86% | - |
| XYZ | 16.88 | 10.96 | 68.24 | - |
| YUV | 85.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 219 | 0.75 | 0.66 | 0 | 0.14 | 232.68 | 0.69 | 0.54 |
| Hex | 37 | 4B | DB | 4B | 42 | 0 | E | E9 | 45 | 36 |
| Octal | 67 | 113 | 333 | 113 | 102 | 0 | 16 | 351 | 105 | 66 |
| Binary | 110111 | 1001011 | 11011011 | 1001011 | 1000010 | 0 | 1110 | 11101001 | 1000101 | 110110 |
Color Harmonies of #374BDB
Complementary color
Monochromatic Colors of #374BDB
Black with #374BDB
Text Example
Text Example
White with #374BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BDB; }
p { color: rgb(55,75,219); }
H1.HeaderClassName
{
color: #374BDB;
}
.AnyTagClassName
{
color: #374BDB;
}
</style>
background-color css
<style>
a { background-color: #374BDB; }
a { background-color: rgb(55,75,219); }
div.DivClassName
{
background-color: #374BDB;
}
.BgClassName
{
background-color: #374BDB;
}
</style>
border-color css
<style>
span { border-color: #374BDB; }
span { border-color: rgb(55,75,219); }
td.TdClassName
{
border-color: #374BDB;
}
.TagClassName
{
border-color: #374BDB;
}
</style>