Shades of Free Speech Blue #3B57BE
Tints of Free Speech Blue #3B57BE
RGB
CMYK
RGB Variations
Color information
#3B57BE (or 0x3B57BE) is known color: Free Speech Blue. HEX triplet: 3B, 57 and BE. RGB value is (59,87,190). Sum of RGB (Red+Green+Blue) = 59+87+190=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B57BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B57BE is #C4A841. Grayscale: #595959. Windows color (decimal): -12888130 or 12474171. OLE color: 12474171.
HSL color Cylindrical-coordinate representation of color #3B57BE: hue angle of 227.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B57BE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 87 | 190 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.25 |
| HSL | 227.18º | 0.53% | 0.49% | - |
| HSV(B) | 227.18º | 0.69% | 0.75% | - |
| XYZ | 14.51 | 11.46 | 50.16 | - |
| YUV | 90.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 190 | 0.69 | 0.54 | 0 | 0.25 | 227.18 | 0.53 | 0.49 |
| Hex | 3B | 57 | BE | 45 | 36 | 0 | 19 | E3 | 35 | 31 |
| Octal | 73 | 127 | 276 | 105 | 66 | 0 | 31 | 343 | 65 | 61 |
| Binary | 111011 | 1010111 | 10111110 | 1000101 | 110110 | 0 | 11001 | 11100011 | 110101 | 110001 |
Color Harmonies of #3B57BE
Complementary color
Monochromatic Colors of #3B57BE
Black with #3B57BE
Text Example
Text Example
White with #3B57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B57BE; }
p { color: rgb(59,87,190); }
H1.HeaderClassName
{
color: #3B57BE;
}
.AnyTagClassName
{
color: #3B57BE;
}
</style>
background-color css
<style>
a { background-color: #3B57BE; }
a { background-color: rgb(59,87,190); }
div.DivClassName
{
background-color: #3B57BE;
}
.BgClassName
{
background-color: #3B57BE;
}
</style>
border-color css
<style>
span { border-color: #3B57BE; }
span { border-color: rgb(59,87,190); }
td.TdClassName
{
border-color: #3B57BE;
}
.TagClassName
{
border-color: #3B57BE;
}
</style>