Shades of Free Speech Blue #374BDC
Tints of Free Speech Blue #374BDC
RGB
CMYK
RGB Variations
Color information
#374BDC (or 0x374BDC) is known color: Free Speech Blue. HEX triplet: 37, 4B and DC. RGB value is (55,75,220). Sum of RGB (Red+Green+Blue) = 55+75+220=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #374BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BDC is #C8B423. Grayscale: #545454. Windows color (decimal): -13153316 or 14437175. OLE color: 14437175.
HSL color Cylindrical-coordinate representation of color #374BDC: hue angle of 232.73º degrees, saturation: 0.7, 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 #374BDC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 75 | 220 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.14 |
| HSL | 232.73º | 0.7% | 0.54% | - |
| HSV(B) | 232.73º | 0.75% | 0.86% | - |
| XYZ | 17.01 | 11.01 | 68.94 | - |
| YUV | 85.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 220 | 0.75 | 0.66 | 0 | 0.14 | 232.73 | 0.7 | 0.54 |
| Hex | 37 | 4B | DC | 4B | 42 | 0 | E | E9 | 46 | 36 |
| Octal | 67 | 113 | 334 | 113 | 102 | 0 | 16 | 351 | 106 | 66 |
| Binary | 110111 | 1001011 | 11011100 | 1001011 | 1000010 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #374BDC
Complementary color
Monochromatic Colors of #374BDC
Black with #374BDC
Text Example
Text Example
White with #374BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BDC; }
p { color: rgb(55,75,220); }
H1.HeaderClassName
{
color: #374BDC;
}
.AnyTagClassName
{
color: #374BDC;
}
</style>
background-color css
<style>
a { background-color: #374BDC; }
a { background-color: rgb(55,75,220); }
div.DivClassName
{
background-color: #374BDC;
}
.BgClassName
{
background-color: #374BDC;
}
</style>
border-color css
<style>
span { border-color: #374BDC; }
span { border-color: rgb(55,75,220); }
td.TdClassName
{
border-color: #374BDC;
}
.TagClassName
{
border-color: #374BDC;
}
</style>