Shades of Free Speech Blue #3B57BD
Tints of Free Speech Blue #3B57BD
RGB
CMYK
RGB Variations
Color information
#3B57BD (or 0x3B57BD) is known color: Free Speech Blue. HEX triplet: 3B, 57 and BD. RGB value is (59,87,189). Sum of RGB (Red+Green+Blue) = 59+87+189=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B57BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B57BD is #C4A842. Grayscale: #595959. Windows color (decimal): -12888131 or 12408635. OLE color: 12408635.
HSL color Cylindrical-coordinate representation of color #3B57BD: hue angle of 227.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B57BD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 87 | 189 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.26 |
| HSL | 227.08º | 0.52% | 0.49% | - |
| HSV(B) | 227.08º | 0.69% | 0.74% | - |
| XYZ | 14.4 | 11.42 | 49.59 | - |
| YUV | 90.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 189 | 0.69 | 0.54 | 0 | 0.26 | 227.08 | 0.52 | 0.49 |
| Hex | 3B | 57 | BD | 45 | 36 | 0 | 1A | E3 | 34 | 31 |
| Octal | 73 | 127 | 275 | 105 | 66 | 0 | 32 | 343 | 64 | 61 |
| Binary | 111011 | 1010111 | 10111101 | 1000101 | 110110 | 0 | 11010 | 11100011 | 110100 | 110001 |
Color Harmonies of #3B57BD
Complementary color
Monochromatic Colors of #3B57BD
Black with #3B57BD
Text Example
Text Example
White with #3B57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B57BD; }
p { color: rgb(59,87,189); }
H1.HeaderClassName
{
color: #3B57BD;
}
.AnyTagClassName
{
color: #3B57BD;
}
</style>
background-color css
<style>
a { background-color: #3B57BD; }
a { background-color: rgb(59,87,189); }
div.DivClassName
{
background-color: #3B57BD;
}
.BgClassName
{
background-color: #3B57BD;
}
</style>
border-color css
<style>
span { border-color: #3B57BD; }
span { border-color: rgb(59,87,189); }
td.TdClassName
{
border-color: #3B57BD;
}
.TagClassName
{
border-color: #3B57BD;
}
</style>