Shades of Free Speech Blue #374CE2
Tints of Free Speech Blue #374CE2
RGB
CMYK
RGB Variations
Color information
#374CE2 (or 0x374CE2) is known color: Free Speech Blue. HEX triplet: 37, 4C and E2. RGB value is (55,76,226). Sum of RGB (Red+Green+Blue) = 55+76+226=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #374CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CE2 is #C8B31D. Grayscale: #565656. Windows color (decimal): -13153054 or 14830647. OLE color: 14830647.
HSL color Cylindrical-coordinate representation of color #374CE2: hue angle of 232.63º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374CE2 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 76 | 226 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.11 |
| HSL | 232.63º | 0.75% | 0.55% | - |
| HSV(B) | 232.63º | 0.76% | 0.89% | - |
| XYZ | 17.89 | 11.47 | 73.22 | - |
| YUV | 86.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 226 | 0.76 | 0.66 | 0 | 0.11 | 232.63 | 0.75 | 0.55 |
| Hex | 37 | 4C | E2 | 4C | 42 | 0 | B | E9 | 4B | 37 |
| Octal | 67 | 114 | 342 | 114 | 102 | 0 | 13 | 351 | 113 | 67 |
| Binary | 110111 | 1001100 | 11100010 | 1001100 | 1000010 | 0 | 1011 | 11101001 | 1001011 | 110111 |
Color Harmonies of #374CE2
Complementary color
Monochromatic Colors of #374CE2
Black with #374CE2
Text Example
Text Example
White with #374CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CE2; }
p { color: rgb(55,76,226); }
H1.HeaderClassName
{
color: #374CE2;
}
.AnyTagClassName
{
color: #374CE2;
}
</style>
background-color css
<style>
a { background-color: #374CE2; }
a { background-color: rgb(55,76,226); }
div.DivClassName
{
background-color: #374CE2;
}
.BgClassName
{
background-color: #374CE2;
}
</style>
border-color css
<style>
span { border-color: #374CE2; }
span { border-color: rgb(55,76,226); }
td.TdClassName
{
border-color: #374CE2;
}
.TagClassName
{
border-color: #374CE2;
}
</style>