Shades of Free Speech Blue #374ECB
Tints of Free Speech Blue #374ECB
RGB
CMYK
RGB Variations
Color information
#374ECB (or 0x374ECB) is known color: Free Speech Blue. HEX triplet: 37, 4E and CB. RGB value is (55,78,203). Sum of RGB (Red+Green+Blue) = 55+78+203=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #374ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374ECB is #C8B134. Grayscale: #545454. Windows color (decimal): -13152565 or 13323831. OLE color: 13323831.
HSL color Cylindrical-coordinate representation of color #374ECB: hue angle of 230.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374ECB is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 78 | 203 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.20 |
| HSL | 230.68º | 0.59% | 0.51% | - |
| HSV(B) | 230.68º | 0.73% | 0.8% | - |
| XYZ | 15.08 | 10.57 | 57.75 | - |
| YUV | 85.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 203 | 0.73 | 0.62 | 0 | 0.20 | 230.68 | 0.59 | 0.51 |
| Hex | 37 | 4E | CB | 49 | 3E | 0 | 14 | E7 | 3B | 33 |
| Octal | 67 | 116 | 313 | 111 | 76 | 0 | 24 | 347 | 73 | 63 |
| Binary | 110111 | 1001110 | 11001011 | 1001001 | 111110 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #374ECB
Complementary color
Monochromatic Colors of #374ECB
Black with #374ECB
Text Example
Text Example
White with #374ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374ECB; }
p { color: rgb(55,78,203); }
H1.HeaderClassName
{
color: #374ECB;
}
.AnyTagClassName
{
color: #374ECB;
}
</style>
background-color css
<style>
a { background-color: #374ECB; }
a { background-color: rgb(55,78,203); }
div.DivClassName
{
background-color: #374ECB;
}
.BgClassName
{
background-color: #374ECB;
}
</style>
border-color css
<style>
span { border-color: #374ECB; }
span { border-color: rgb(55,78,203); }
td.TdClassName
{
border-color: #374ECB;
}
.TagClassName
{
border-color: #374ECB;
}
</style>