Shades of Free Speech Blue #3756CF
Tints of Free Speech Blue #3756CF
RGB
CMYK
RGB Variations
Color information
#3756CF (or 0x3756CF) is known color: Free Speech Blue. HEX triplet: 37, 56 and CF. RGB value is (55,86,207). Sum of RGB (Red+Green+Blue) = 55+86+207=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #3756CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756CF is #C8A930. Grayscale: #5A5A5A. Windows color (decimal): -13150513 or 13588023. OLE color: 13588023.
HSL color Cylindrical-coordinate representation of color #3756CF: hue angle of 227.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3756CF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 86 | 207 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.19 |
| HSL | 227.76º | 0.61% | 0.51% | - |
| HSV(B) | 227.76º | 0.73% | 0.81% | - |
| XYZ | 16.17 | 11.97 | 60.49 | - |
| YUV | 90.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 207 | 0.73 | 0.58 | 0 | 0.19 | 227.76 | 0.61 | 0.51 |
| Hex | 37 | 56 | CF | 49 | 3A | 0 | 13 | E4 | 3D | 33 |
| Octal | 67 | 126 | 317 | 111 | 72 | 0 | 23 | 344 | 75 | 63 |
| Binary | 110111 | 1010110 | 11001111 | 1001001 | 111010 | 0 | 10011 | 11100100 | 111101 | 110011 |
Color Harmonies of #3756CF
Complementary color
Monochromatic Colors of #3756CF
Black with #3756CF
Text Example
Text Example
White with #3756CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756CF; }
p { color: rgb(55,86,207); }
H1.HeaderClassName
{
color: #3756CF;
}
.AnyTagClassName
{
color: #3756CF;
}
</style>
background-color css
<style>
a { background-color: #3756CF; }
a { background-color: rgb(55,86,207); }
div.DivClassName
{
background-color: #3756CF;
}
.BgClassName
{
background-color: #3756CF;
}
</style>
border-color css
<style>
span { border-color: #3756CF; }
span { border-color: rgb(55,86,207); }
td.TdClassName
{
border-color: #3756CF;
}
.TagClassName
{
border-color: #3756CF;
}
</style>