Shades of Free Speech Blue #375CCD
Tints of Free Speech Blue #375CCD
RGB
CMYK
RGB Variations
Color information
#375CCD (or 0x375CCD) is known color: Free Speech Blue. HEX triplet: 37, 5C and CD. RGB value is (55,92,205). Sum of RGB (Red+Green+Blue) = 55+92+205=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #375CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCD is #C8A332. Grayscale: #5D5D5D. Windows color (decimal): -13148979 or 13458487. OLE color: 13458487.
HSL color Cylindrical-coordinate representation of color #375CCD: hue angle of 225.2º 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 #375CCD is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 92 | 205 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.20 |
| HSL | 225.2º | 0.6% | 0.51% | - |
| HSV(B) | 225.2º | 0.73% | 0.8% | - |
| XYZ | 16.42 | 12.87 | 59.38 | - |
| YUV | 93.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 205 | 0.73 | 0.55 | 0 | 0.20 | 225.2 | 0.6 | 0.51 |
| Hex | 37 | 5C | CD | 49 | 37 | 0 | 14 | E1 | 3C | 33 |
| Octal | 67 | 134 | 315 | 111 | 67 | 0 | 24 | 341 | 74 | 63 |
| Binary | 110111 | 1011100 | 11001101 | 1001001 | 110111 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #375CCD
Complementary color
Monochromatic Colors of #375CCD
Black with #375CCD
Text Example
Text Example
White with #375CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CCD; }
p { color: rgb(55,92,205); }
H1.HeaderClassName
{
color: #375CCD;
}
.AnyTagClassName
{
color: #375CCD;
}
</style>
background-color css
<style>
a { background-color: #375CCD; }
a { background-color: rgb(55,92,205); }
div.DivClassName
{
background-color: #375CCD;
}
.BgClassName
{
background-color: #375CCD;
}
</style>
border-color css
<style>
span { border-color: #375CCD; }
span { border-color: rgb(55,92,205); }
td.TdClassName
{
border-color: #375CCD;
}
.TagClassName
{
border-color: #375CCD;
}
</style>