Shades of Free Speech Blue #375EC0
Tints of Free Speech Blue #375EC0
RGB
CMYK
RGB Variations
Color information
#375EC0 (or 0x375EC0) is known color: Free Speech Blue. HEX triplet: 37, 5E and C0. RGB value is (55,94,192). Sum of RGB (Red+Green+Blue) = 55+94+192=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #375EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EC0 is #C8A13F. Grayscale: #5D5D5D. Windows color (decimal): -13148480 or 12607031. OLE color: 12607031.
HSL color Cylindrical-coordinate representation of color #375EC0: hue angle of 222.92º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375EC0 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 94 | 192 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.25 |
| HSL | 222.92º | 0.55% | 0.48% | - |
| HSV(B) | 222.92º | 0.71% | 0.75% | - |
| XYZ | 15.09 | 12.62 | 51.51 | - |
| YUV | 93.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 192 | 0.71 | 0.51 | 0 | 0.25 | 222.92 | 0.55 | 0.48 |
| Hex | 37 | 5E | C0 | 47 | 33 | 0 | 19 | DF | 37 | 30 |
| Octal | 67 | 136 | 300 | 107 | 63 | 0 | 31 | 337 | 67 | 60 |
| Binary | 110111 | 1011110 | 11000000 | 1000111 | 110011 | 0 | 11001 | 11011111 | 110111 | 110000 |
Color Harmonies of #375EC0
Complementary color
Monochromatic Colors of #375EC0
Black with #375EC0
Text Example
Text Example
White with #375EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EC0; }
p { color: rgb(55,94,192); }
H1.HeaderClassName
{
color: #375EC0;
}
.AnyTagClassName
{
color: #375EC0;
}
</style>
background-color css
<style>
a { background-color: #375EC0; }
a { background-color: rgb(55,94,192); }
div.DivClassName
{
background-color: #375EC0;
}
.BgClassName
{
background-color: #375EC0;
}
</style>
border-color css
<style>
span { border-color: #375EC0; }
span { border-color: rgb(55,94,192); }
td.TdClassName
{
border-color: #375EC0;
}
.TagClassName
{
border-color: #375EC0;
}
</style>