Shades of Free Speech Blue #3755CC
Tints of Free Speech Blue #3755CC
RGB
CMYK
RGB Variations
Color information
#3755CC (or 0x3755CC) is known color: Free Speech Blue. HEX triplet: 37, 55 and CC. RGB value is (55,85,204). Sum of RGB (Red+Green+Blue) = 55+85+204=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #3755CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755CC is #C8AA33. Grayscale: #595959. Windows color (decimal): -13150772 or 13391159. OLE color: 13391159.
HSL color Cylindrical-coordinate representation of color #3755CC: hue angle of 227.92º 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 #3755CC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 85 | 204 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.2 |
| HSL | 227.92º | 0.59% | 0.51% | - |
| HSV(B) | 227.92º | 0.73% | 0.8% | - |
| XYZ | 15.72 | 11.67 | 58.55 | - |
| YUV | 89.6 | 192.56 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 204 | 0.73 | 0.58 | 0 | 0.2 | 227.92 | 0.59 | 0.51 |
| Hex | 37 | 55 | CC | 49 | 3A | 0 | 14 | E4 | 3B | 33 |
| Octal | 67 | 125 | 314 | 111 | 72 | 0 | 24 | 344 | 73 | 63 |
| Binary | 110111 | 1010101 | 11001100 | 1001001 | 111010 | 0 | 10100 | 11100100 | 111011 | 110011 |
Color Harmonies of #3755CC
Complementary color
Monochromatic Colors of #3755CC
Black with #3755CC
Text Example
Text Example
White with #3755CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3755CC; }
p { color: rgb(55,85,204); }
H1.HeaderClassName
{
color: #3755CC;
}
.AnyTagClassName
{
color: #3755CC;
}
</style>
background-color css
<style>
a { background-color: #3755CC; }
a { background-color: rgb(55,85,204); }
div.DivClassName
{
background-color: #3755CC;
}
.BgClassName
{
background-color: #3755CC;
}
</style>
border-color css
<style>
span { border-color: #3755CC; }
span { border-color: rgb(55,85,204); }
td.TdClassName
{
border-color: #3755CC;
}
.TagClassName
{
border-color: #3755CC;
}
</style>