Shades of Free Speech Blue #374CCD
Tints of Free Speech Blue #374CCD
RGB
CMYK
RGB Variations
Color information
#374CCD (or 0x374CCD) is known color: Free Speech Blue. HEX triplet: 37, 4C and CD. RGB value is (55,76,205). Sum of RGB (Red+Green+Blue) = 55+76+205=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #374CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CCD is #C8B332. Grayscale: #535353. Windows color (decimal): -13153075 or 13454391. OLE color: 13454391.
HSL color Cylindrical-coordinate representation of color #374CCD: hue angle of 231.6º degrees, saturation: 0.6, 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 #374CCD is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 76 | 205 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.20 |
| HSL | 231.6º | 0.6% | 0.51% | - |
| HSV(B) | 231.6º | 0.73% | 0.8% | - |
| XYZ | 15.18 | 10.39 | 58.96 | - |
| YUV | 84.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 205 | 0.73 | 0.63 | 0 | 0.20 | 231.6 | 0.6 | 0.51 |
| Hex | 37 | 4C | CD | 49 | 3F | 0 | 14 | E8 | 3C | 33 |
| Octal | 67 | 114 | 315 | 111 | 77 | 0 | 24 | 350 | 74 | 63 |
| Binary | 110111 | 1001100 | 11001101 | 1001001 | 111111 | 0 | 10100 | 11101000 | 111100 | 110011 |
Color Harmonies of #374CCD
Complementary color
Monochromatic Colors of #374CCD
Black with #374CCD
Text Example
Text Example
White with #374CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CCD; }
p { color: rgb(55,76,205); }
H1.HeaderClassName
{
color: #374CCD;
}
.AnyTagClassName
{
color: #374CCD;
}
</style>
background-color css
<style>
a { background-color: #374CCD; }
a { background-color: rgb(55,76,205); }
div.DivClassName
{
background-color: #374CCD;
}
.BgClassName
{
background-color: #374CCD;
}
</style>
border-color css
<style>
span { border-color: #374CCD; }
span { border-color: rgb(55,76,205); }
td.TdClassName
{
border-color: #374CCD;
}
.TagClassName
{
border-color: #374CCD;
}
</style>