Shades of Free Speech Blue #375FCC
Tints of Free Speech Blue #375FCC
RGB
CMYK
RGB Variations
Color information
#375FCC (or 0x375FCC) is known color: Free Speech Blue. HEX triplet: 37, 5F and CC. RGB value is (55,95,204). Sum of RGB (Red+Green+Blue) = 55+95+204=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #375FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FCC is #C8A033. Grayscale: #5E5E5E. Windows color (decimal): -13148212 or 13393719. OLE color: 13393719.
HSL color Cylindrical-coordinate representation of color #375FCC: hue angle of 223.89º degrees, saturation: 0.59, 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 #375FCC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 95 | 204 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.2 |
| HSL | 223.89º | 0.59% | 0.51% | - |
| HSV(B) | 223.89º | 0.73% | 0.8% | - |
| XYZ | 16.57 | 13.36 | 58.83 | - |
| YUV | 95.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 204 | 0.73 | 0.53 | 0 | 0.2 | 223.89 | 0.59 | 0.51 |
| Hex | 37 | 5F | CC | 49 | 35 | 0 | 14 | E0 | 3B | 33 |
| Octal | 67 | 137 | 314 | 111 | 65 | 0 | 24 | 340 | 73 | 63 |
| Binary | 110111 | 1011111 | 11001100 | 1001001 | 110101 | 0 | 10100 | 11100000 | 111011 | 110011 |
Color Harmonies of #375FCC
Complementary color
Monochromatic Colors of #375FCC
Black with #375FCC
Text Example
Text Example
White with #375FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FCC; }
p { color: rgb(55,95,204); }
H1.HeaderClassName
{
color: #375FCC;
}
.AnyTagClassName
{
color: #375FCC;
}
</style>
background-color css
<style>
a { background-color: #375FCC; }
a { background-color: rgb(55,95,204); }
div.DivClassName
{
background-color: #375FCC;
}
.BgClassName
{
background-color: #375FCC;
}
</style>
border-color css
<style>
span { border-color: #375FCC; }
span { border-color: rgb(55,95,204); }
td.TdClassName
{
border-color: #375FCC;
}
.TagClassName
{
border-color: #375FCC;
}
</style>