Shades of Free Speech Blue #374DCB
Tints of Free Speech Blue #374DCB
RGB
CMYK
RGB Variations
Color information
#374DCB (or 0x374DCB) is known color: Free Speech Blue. HEX triplet: 37, 4D and CB. RGB value is (55,77,203). Sum of RGB (Red+Green+Blue) = 55+77+203=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #374DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DCB is #C8B234. Grayscale: #545454. Windows color (decimal): -13152821 or 13323575. OLE color: 13323575.
HSL color Cylindrical-coordinate representation of color #374DCB: hue angle of 231.08º 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 #374DCB is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 77 | 203 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.20 |
| HSL | 231.08º | 0.59% | 0.51% | - |
| HSV(B) | 231.08º | 0.73% | 0.8% | - |
| XYZ | 15.01 | 10.43 | 57.72 | - |
| YUV | 84.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 203 | 0.73 | 0.62 | 0 | 0.20 | 231.08 | 0.59 | 0.51 |
| Hex | 37 | 4D | CB | 49 | 3E | 0 | 14 | E7 | 3B | 33 |
| Octal | 67 | 115 | 313 | 111 | 76 | 0 | 24 | 347 | 73 | 63 |
| Binary | 110111 | 1001101 | 11001011 | 1001001 | 111110 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #374DCB
Complementary color
Monochromatic Colors of #374DCB
Black with #374DCB
Text Example
Text Example
White with #374DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DCB; }
p { color: rgb(55,77,203); }
H1.HeaderClassName
{
color: #374DCB;
}
.AnyTagClassName
{
color: #374DCB;
}
</style>
background-color css
<style>
a { background-color: #374DCB; }
a { background-color: rgb(55,77,203); }
div.DivClassName
{
background-color: #374DCB;
}
.BgClassName
{
background-color: #374DCB;
}
</style>
border-color css
<style>
span { border-color: #374DCB; }
span { border-color: rgb(55,77,203); }
td.TdClassName
{
border-color: #374DCB;
}
.TagClassName
{
border-color: #374DCB;
}
</style>