Shades of Free Speech Blue #3759CF
Tints of Free Speech Blue #3759CF
RGB
CMYK
RGB Variations
Color information
#3759CF (or 0x3759CF) is known color: Free Speech Blue. HEX triplet: 37, 59 and CF. RGB value is (55,89,207). Sum of RGB (Red+Green+Blue) = 55+89+207=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #3759CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3759CF is #C8A630. Grayscale: #5B5B5B. Windows color (decimal): -13149745 or 13588791. OLE color: 13588791.
HSL color Cylindrical-coordinate representation of color #3759CF: hue angle of 226.58º 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 #3759CF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 89 | 207 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.19 |
| HSL | 226.58º | 0.61% | 0.51% | - |
| HSV(B) | 226.58º | 0.73% | 0.81% | - |
| XYZ | 16.41 | 12.46 | 60.57 | - |
| YUV | 92.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 207 | 0.73 | 0.57 | 0 | 0.19 | 226.58 | 0.61 | 0.51 |
| Hex | 37 | 59 | CF | 49 | 39 | 0 | 13 | E3 | 3D | 33 |
| Octal | 67 | 131 | 317 | 111 | 71 | 0 | 23 | 343 | 75 | 63 |
| Binary | 110111 | 1011001 | 11001111 | 1001001 | 111001 | 0 | 10011 | 11100011 | 111101 | 110011 |
Color Harmonies of #3759CF
Complementary color
Monochromatic Colors of #3759CF
Black with #3759CF
Text Example
Text Example
White with #3759CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3759CF; }
p { color: rgb(55,89,207); }
H1.HeaderClassName
{
color: #3759CF;
}
.AnyTagClassName
{
color: #3759CF;
}
</style>
background-color css
<style>
a { background-color: #3759CF; }
a { background-color: rgb(55,89,207); }
div.DivClassName
{
background-color: #3759CF;
}
.BgClassName
{
background-color: #3759CF;
}
</style>
border-color css
<style>
span { border-color: #3759CF; }
span { border-color: rgb(55,89,207); }
td.TdClassName
{
border-color: #3759CF;
}
.TagClassName
{
border-color: #3759CF;
}
</style>