Shades of Free Speech Blue #375DCD
Tints of Free Speech Blue #375DCD
RGB
CMYK
RGB Variations
Color information
#375DCD (or 0x375DCD) is known color: Free Speech Blue. HEX triplet: 37, 5D and CD. RGB value is (55,93,205). Sum of RGB (Red+Green+Blue) = 55+93+205=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #375DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DCD is #C8A232. Grayscale: #5D5D5D. Windows color (decimal): -13148723 or 13458743. OLE color: 13458743.
HSL color Cylindrical-coordinate representation of color #375DCD: hue angle of 224.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375DCD is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 93 | 205 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.20 |
| HSL | 224.8º | 0.6% | 0.51% | - |
| HSV(B) | 224.8º | 0.73% | 0.8% | - |
| XYZ | 16.51 | 13.05 | 59.41 | - |
| YUV | 94.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 205 | 0.73 | 0.55 | 0 | 0.20 | 224.8 | 0.6 | 0.51 |
| Hex | 37 | 5D | CD | 49 | 37 | 0 | 14 | E1 | 3C | 33 |
| Octal | 67 | 135 | 315 | 111 | 67 | 0 | 24 | 341 | 74 | 63 |
| Binary | 110111 | 1011101 | 11001101 | 1001001 | 110111 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #375DCD
Complementary color
Monochromatic Colors of #375DCD
Black with #375DCD
Text Example
Text Example
White with #375DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DCD; }
p { color: rgb(55,93,205); }
H1.HeaderClassName
{
color: #375DCD;
}
.AnyTagClassName
{
color: #375DCD;
}
</style>
background-color css
<style>
a { background-color: #375DCD; }
a { background-color: rgb(55,93,205); }
div.DivClassName
{
background-color: #375DCD;
}
.BgClassName
{
background-color: #375DCD;
}
</style>
border-color css
<style>
span { border-color: #375DCD; }
span { border-color: rgb(55,93,205); }
td.TdClassName
{
border-color: #375DCD;
}
.TagClassName
{
border-color: #375DCD;
}
</style>