Shades of Free Speech Blue #375EC7
Tints of Free Speech Blue #375EC7
RGB
CMYK
RGB Variations
Color information
#375EC7 (or 0x375EC7) is known color: Free Speech Blue. HEX triplet: 37, 5E and C7. RGB value is (55,94,199). Sum of RGB (Red+Green+Blue) = 55+94+199=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #375EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EC7 is #C8A138. Grayscale: #5D5D5D. Windows color (decimal): -13148473 or 13065783. OLE color: 13065783.
HSL color Cylindrical-coordinate representation of color #375EC7: hue angle of 223.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #375EC7 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 94 | 199 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.22 |
| HSL | 223.75º | 0.57% | 0.5% | - |
| HSV(B) | 223.75º | 0.72% | 0.78% | - |
| XYZ | 15.89 | 12.94 | 55.69 | - |
| YUV | 94.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 199 | 0.72 | 0.53 | 0 | 0.22 | 223.75 | 0.57 | 0.5 |
| Hex | 37 | 5E | C7 | 48 | 35 | 0 | 16 | E0 | 39 | 32 |
| Octal | 67 | 136 | 307 | 110 | 65 | 0 | 26 | 340 | 71 | 62 |
| Binary | 110111 | 1011110 | 11000111 | 1001000 | 110101 | 0 | 10110 | 11100000 | 111001 | 110010 |
Color Harmonies of #375EC7
Complementary color
Monochromatic Colors of #375EC7
Black with #375EC7
Text Example
Text Example
White with #375EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EC7; }
p { color: rgb(55,94,199); }
H1.HeaderClassName
{
color: #375EC7;
}
.AnyTagClassName
{
color: #375EC7;
}
</style>
background-color css
<style>
a { background-color: #375EC7; }
a { background-color: rgb(55,94,199); }
div.DivClassName
{
background-color: #375EC7;
}
.BgClassName
{
background-color: #375EC7;
}
</style>
border-color css
<style>
span { border-color: #375EC7; }
span { border-color: rgb(55,94,199); }
td.TdClassName
{
border-color: #375EC7;
}
.TagClassName
{
border-color: #375EC7;
}
</style>