Shades of Free Speech Blue #375DCF
Tints of Free Speech Blue #375DCF
RGB
CMYK
RGB Variations
Color information
#375DCF (or 0x375DCF) is known color: Free Speech Blue. HEX triplet: 37, 5D and CF. RGB value is (55,93,207). Sum of RGB (Red+Green+Blue) = 55+93+207=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #375DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DCF is #C8A230. Grayscale: #5E5E5E. Windows color (decimal): -13148721 or 13589815. OLE color: 13589815.
HSL color Cylindrical-coordinate representation of color #375DCF: hue angle of 225º 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 #375DCF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 93 | 207 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 225º | 0.61% | 0.51% | - |
| HSV(B) | 225º | 0.73% | 0.81% | - |
| XYZ | 16.75 | 13.15 | 60.69 | - |
| YUV | 94.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 207 | 0.73 | 0.55 | 0 | 0.19 | 225 | 0.61 | 0.51 |
| Hex | 37 | 5D | CF | 49 | 37 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 135 | 317 | 111 | 67 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011101 | 11001111 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375DCF
Complementary color
Monochromatic Colors of #375DCF
Black with #375DCF
Text Example
Text Example
White with #375DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DCF; }
p { color: rgb(55,93,207); }
H1.HeaderClassName
{
color: #375DCF;
}
.AnyTagClassName
{
color: #375DCF;
}
</style>
background-color css
<style>
a { background-color: #375DCF; }
a { background-color: rgb(55,93,207); }
div.DivClassName
{
background-color: #375DCF;
}
.BgClassName
{
background-color: #375DCF;
}
</style>
border-color css
<style>
span { border-color: #375DCF; }
span { border-color: rgb(55,93,207); }
td.TdClassName
{
border-color: #375DCF;
}
.TagClassName
{
border-color: #375DCF;
}
</style>