Shades of Free Speech Blue #3759CB
Tints of Free Speech Blue #3759CB
RGB
CMYK
RGB Variations
Color information
#3759CB (or 0x3759CB) is known color: Free Speech Blue. HEX triplet: 37, 59 and CB. RGB value is (55,89,203). Sum of RGB (Red+Green+Blue) = 55+89+203=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #3759CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3759CB is #C8A634. Grayscale: #5B5B5B. Windows color (decimal): -13149749 or 13326647. OLE color: 13326647.
HSL color Cylindrical-coordinate representation of color #3759CB: hue angle of 226.22º 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 #3759CB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 89 | 203 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.20 |
| HSL | 226.22º | 0.59% | 0.51% | - |
| HSV(B) | 226.22º | 0.73% | 0.8% | - |
| XYZ | 15.93 | 12.27 | 58.03 | - |
| YUV | 91.83 | 190.74 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 203 | 0.73 | 0.56 | 0 | 0.20 | 226.22 | 0.59 | 0.51 |
| Hex | 37 | 59 | CB | 49 | 38 | 0 | 14 | E2 | 3B | 33 |
| Octal | 67 | 131 | 313 | 111 | 70 | 0 | 24 | 342 | 73 | 63 |
| Binary | 110111 | 1011001 | 11001011 | 1001001 | 111000 | 0 | 10100 | 11100010 | 111011 | 110011 |
Color Harmonies of #3759CB
Complementary color
Monochromatic Colors of #3759CB
Black with #3759CB
Text Example
Text Example
White with #3759CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3759CB; }
p { color: rgb(55,89,203); }
H1.HeaderClassName
{
color: #3759CB;
}
.AnyTagClassName
{
color: #3759CB;
}
</style>
background-color css
<style>
a { background-color: #3759CB; }
a { background-color: rgb(55,89,203); }
div.DivClassName
{
background-color: #3759CB;
}
.BgClassName
{
background-color: #3759CB;
}
</style>
border-color css
<style>
span { border-color: #3759CB; }
span { border-color: rgb(55,89,203); }
td.TdClassName
{
border-color: #3759CB;
}
.TagClassName
{
border-color: #3759CB;
}
</style>