Shades of Free Speech Blue #375CCF
Tints of Free Speech Blue #375CCF
RGB
CMYK
RGB Variations
Color information
#375CCF (or 0x375CCF) is known color: Free Speech Blue. HEX triplet: 37, 5C and CF. RGB value is (55,92,207). Sum of RGB (Red+Green+Blue) = 55+92+207=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #375CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCF is #C8A330. Grayscale: #5D5D5D. Windows color (decimal): -13148977 or 13589559. OLE color: 13589559.
HSL color Cylindrical-coordinate representation of color #375CCF: hue angle of 225.39º 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 #375CCF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 92 | 207 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.19 |
| HSL | 225.39º | 0.61% | 0.51% | - |
| HSV(B) | 225.39º | 0.73% | 0.81% | - |
| XYZ | 16.67 | 12.97 | 60.66 | - |
| YUV | 94.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 207 | 0.73 | 0.56 | 0 | 0.19 | 225.39 | 0.61 | 0.51 |
| Hex | 37 | 5C | CF | 49 | 38 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 134 | 317 | 111 | 70 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011100 | 11001111 | 1001001 | 111000 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375CCF
Complementary color
Monochromatic Colors of #375CCF
Black with #375CCF
Text Example
Text Example
White with #375CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CCF; }
p { color: rgb(55,92,207); }
H1.HeaderClassName
{
color: #375CCF;
}
.AnyTagClassName
{
color: #375CCF;
}
</style>
background-color css
<style>
a { background-color: #375CCF; }
a { background-color: rgb(55,92,207); }
div.DivClassName
{
background-color: #375CCF;
}
.BgClassName
{
background-color: #375CCF;
}
</style>
border-color css
<style>
span { border-color: #375CCF; }
span { border-color: rgb(55,92,207); }
td.TdClassName
{
border-color: #375CCF;
}
.TagClassName
{
border-color: #375CCF;
}
</style>