Shades of Free Speech Blue #375ECF
Tints of Free Speech Blue #375ECF
RGB
CMYK
RGB Variations
Color information
#375ECF (or 0x375ECF) is known color: Free Speech Blue. HEX triplet: 37, 5E and CF. RGB value is (55,94,207). Sum of RGB (Red+Green+Blue) = 55+94+207=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #375ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ECF is #C8A130. Grayscale: #5E5E5E. Windows color (decimal): -13148465 or 13590071. OLE color: 13590071.
HSL color Cylindrical-coordinate representation of color #375ECF: hue angle of 224.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375ECF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 94 | 207 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 224.61º | 0.61% | 0.51% | - |
| HSV(B) | 224.61º | 0.73% | 0.81% | - |
| XYZ | 16.84 | 13.32 | 60.72 | - |
| YUV | 95.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 207 | 0.73 | 0.55 | 0 | 0.19 | 224.61 | 0.61 | 0.51 |
| Hex | 37 | 5E | CF | 49 | 37 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 136 | 317 | 111 | 67 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011110 | 11001111 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375ECF
Complementary color
Monochromatic Colors of #375ECF
Black with #375ECF
Text Example
Text Example
White with #375ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ECF; }
p { color: rgb(55,94,207); }
H1.HeaderClassName
{
color: #375ECF;
}
.AnyTagClassName
{
color: #375ECF;
}
</style>
background-color css
<style>
a { background-color: #375ECF; }
a { background-color: rgb(55,94,207); }
div.DivClassName
{
background-color: #375ECF;
}
.BgClassName
{
background-color: #375ECF;
}
</style>
border-color css
<style>
span { border-color: #375ECF; }
span { border-color: rgb(55,94,207); }
td.TdClassName
{
border-color: #375ECF;
}
.TagClassName
{
border-color: #375ECF;
}
</style>