Shades of Free Speech Blue #3756C1
Tints of Free Speech Blue #3756C1
RGB
CMYK
RGB Variations
Color information
#3756C1 (or 0x3756C1) is known color: Free Speech Blue. HEX triplet: 37, 56 and C1. RGB value is (55,86,193). Sum of RGB (Red+Green+Blue) = 55+86+193=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #3756C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756C1 is #C8A93E. Grayscale: #585858. Windows color (decimal): -13150527 or 12670519. OLE color: 12670519.
HSL color Cylindrical-coordinate representation of color #3756C1: hue angle of 226.52º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3756C1 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 86 | 193 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.24 |
| HSL | 226.52º | 0.56% | 0.49% | - |
| HSV(B) | 226.52º | 0.72% | 0.76% | - |
| XYZ | 14.53 | 11.32 | 51.87 | - |
| YUV | 88.93 | 186.73 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 193 | 0.72 | 0.55 | 0 | 0.24 | 226.52 | 0.56 | 0.49 |
| Hex | 37 | 56 | C1 | 48 | 37 | 0 | 18 | E3 | 38 | 31 |
| Octal | 67 | 126 | 301 | 110 | 67 | 0 | 30 | 343 | 70 | 61 |
| Binary | 110111 | 1010110 | 11000001 | 1001000 | 110111 | 0 | 11000 | 11100011 | 111000 | 110001 |
Color Harmonies of #3756C1
Complementary color
Monochromatic Colors of #3756C1
Black with #3756C1
Text Example
Text Example
White with #3756C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756C1; }
p { color: rgb(55,86,193); }
H1.HeaderClassName
{
color: #3756C1;
}
.AnyTagClassName
{
color: #3756C1;
}
</style>
background-color css
<style>
a { background-color: #3756C1; }
a { background-color: rgb(55,86,193); }
div.DivClassName
{
background-color: #3756C1;
}
.BgClassName
{
background-color: #3756C1;
}
</style>
border-color css
<style>
span { border-color: #3756C1; }
span { border-color: rgb(55,86,193); }
td.TdClassName
{
border-color: #3756C1;
}
.TagClassName
{
border-color: #3756C1;
}
</style>