Shades of Free Speech Blue #375BCC
Tints of Free Speech Blue #375BCC
RGB
CMYK
RGB Variations
Color information
#375BCC (or 0x375BCC) is known color: Free Speech Blue. HEX triplet: 37, 5B and CC. RGB value is (55,91,204). Sum of RGB (Red+Green+Blue) = 55+91+204=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #375BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BCC is #C8A433. Grayscale: #5C5C5C. Windows color (decimal): -13149236 or 13392695. OLE color: 13392695.
HSL color Cylindrical-coordinate representation of color #375BCC: hue angle of 225.5º 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 #375BCC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 91 | 204 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.2 |
| HSL | 225.5º | 0.59% | 0.51% | - |
| HSV(B) | 225.5º | 0.73% | 0.8% | - |
| XYZ | 16.22 | 12.65 | 58.71 | - |
| YUV | 93.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 204 | 0.73 | 0.55 | 0 | 0.2 | 225.5 | 0.59 | 0.51 |
| Hex | 37 | 5B | CC | 49 | 37 | 0 | 14 | E2 | 3B | 33 |
| Octal | 67 | 133 | 314 | 111 | 67 | 0 | 24 | 342 | 73 | 63 |
| Binary | 110111 | 1011011 | 11001100 | 1001001 | 110111 | 0 | 10100 | 11100010 | 111011 | 110011 |
Color Harmonies of #375BCC
Complementary color
Monochromatic Colors of #375BCC
Black with #375BCC
Text Example
Text Example
White with #375BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BCC; }
p { color: rgb(55,91,204); }
H1.HeaderClassName
{
color: #375BCC;
}
.AnyTagClassName
{
color: #375BCC;
}
</style>
background-color css
<style>
a { background-color: #375BCC; }
a { background-color: rgb(55,91,204); }
div.DivClassName
{
background-color: #375BCC;
}
.BgClassName
{
background-color: #375BCC;
}
</style>
border-color css
<style>
span { border-color: #375BCC; }
span { border-color: rgb(55,91,204); }
td.TdClassName
{
border-color: #375BCC;
}
.TagClassName
{
border-color: #375BCC;
}
</style>