Shades of Free Speech Blue #374CDA
Tints of Free Speech Blue #374CDA
RGB
CMYK
RGB Variations
Color information
#374CDA (or 0x374CDA) is known color: Free Speech Blue. HEX triplet: 37, 4C and DA. RGB value is (55,76,218). Sum of RGB (Red+Green+Blue) = 55+76+218=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #374CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CDA is #C8B325. Grayscale: #555555. Windows color (decimal): -13153062 or 14306359. OLE color: 14306359.
HSL color Cylindrical-coordinate representation of color #374CDA: hue angle of 232.27º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374CDA is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 76 | 218 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.15 |
| HSL | 232.27º | 0.69% | 0.54% | - |
| HSV(B) | 232.27º | 0.75% | 0.85% | - |
| XYZ | 16.81 | 11.04 | 67.57 | - |
| YUV | 85.91 | 202.54 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 218 | 0.75 | 0.65 | 0 | 0.15 | 232.27 | 0.69 | 0.54 |
| Hex | 37 | 4C | DA | 4B | 41 | 0 | F | E8 | 45 | 36 |
| Octal | 67 | 114 | 332 | 113 | 101 | 0 | 17 | 350 | 105 | 66 |
| Binary | 110111 | 1001100 | 11011010 | 1001011 | 1000001 | 0 | 1111 | 11101000 | 1000101 | 110110 |
Color Harmonies of #374CDA
Complementary color
Monochromatic Colors of #374CDA
Black with #374CDA
Text Example
Text Example
White with #374CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CDA; }
p { color: rgb(55,76,218); }
H1.HeaderClassName
{
color: #374CDA;
}
.AnyTagClassName
{
color: #374CDA;
}
</style>
background-color css
<style>
a { background-color: #374CDA; }
a { background-color: rgb(55,76,218); }
div.DivClassName
{
background-color: #374CDA;
}
.BgClassName
{
background-color: #374CDA;
}
</style>
border-color css
<style>
span { border-color: #374CDA; }
span { border-color: rgb(55,76,218); }
td.TdClassName
{
border-color: #374CDA;
}
.TagClassName
{
border-color: #374CDA;
}
</style>