Shades of Free Speech Blue #375FCD
Tints of Free Speech Blue #375FCD
RGB
CMYK
RGB Variations
Color information
#375FCD (or 0x375FCD) is known color: Free Speech Blue. HEX triplet: 37, 5F and CD. RGB value is (55,95,205). Sum of RGB (Red+Green+Blue) = 55+95+205=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #375FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FCD is #C8A032. Grayscale: #5F5F5F. Windows color (decimal): -13148211 or 13459255. OLE color: 13459255.
HSL color Cylindrical-coordinate representation of color #375FCD: hue angle of 224º 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 #375FCD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 95 | 205 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.20 |
| HSL | 224º | 0.6% | 0.51% | - |
| HSV(B) | 224º | 0.73% | 0.8% | - |
| XYZ | 16.69 | 13.4 | 59.47 | - |
| YUV | 95.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 205 | 0.73 | 0.54 | 0 | 0.20 | 224 | 0.6 | 0.51 |
| Hex | 37 | 5F | CD | 49 | 36 | 0 | 14 | E0 | 3C | 33 |
| Octal | 67 | 137 | 315 | 111 | 66 | 0 | 24 | 340 | 74 | 63 |
| Binary | 110111 | 1011111 | 11001101 | 1001001 | 110110 | 0 | 10100 | 11100000 | 111100 | 110011 |
Color Harmonies of #375FCD
Complementary color
Monochromatic Colors of #375FCD
Black with #375FCD
Text Example
Text Example
White with #375FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FCD; }
p { color: rgb(55,95,205); }
H1.HeaderClassName
{
color: #375FCD;
}
.AnyTagClassName
{
color: #375FCD;
}
</style>
background-color css
<style>
a { background-color: #375FCD; }
a { background-color: rgb(55,95,205); }
div.DivClassName
{
background-color: #375FCD;
}
.BgClassName
{
background-color: #375FCD;
}
</style>
border-color css
<style>
span { border-color: #375FCD; }
span { border-color: rgb(55,95,205); }
td.TdClassName
{
border-color: #375FCD;
}
.TagClassName
{
border-color: #375FCD;
}
</style>