Shades of Free Speech Blue #3B58BC
Tints of Free Speech Blue #3B58BC
RGB
CMYK
RGB Variations
Color information
#3B58BC (or 0x3B58BC) is known color: Free Speech Blue. HEX triplet: 3B, 58 and BC. RGB value is (59,88,188). Sum of RGB (Red+Green+Blue) = 59+88+188=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58BC is #C4A743. Grayscale: #5A5A5A. Windows color (decimal): -12887876 or 12343355. OLE color: 12343355.
HSL color Cylindrical-coordinate representation of color #3B58BC: hue angle of 226.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B58BC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 88 | 188 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.26 |
| HSL | 226.51º | 0.52% | 0.48% | - |
| HSV(B) | 226.51º | 0.69% | 0.74% | - |
| XYZ | 14.37 | 11.54 | 49.05 | - |
| YUV | 90.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 188 | 0.69 | 0.53 | 0 | 0.26 | 226.51 | 0.52 | 0.48 |
| Hex | 3B | 58 | BC | 45 | 35 | 0 | 1A | E3 | 34 | 30 |
| Octal | 73 | 130 | 274 | 105 | 65 | 0 | 32 | 343 | 64 | 60 |
| Binary | 111011 | 1011000 | 10111100 | 1000101 | 110101 | 0 | 11010 | 11100011 | 110100 | 110000 |
Color Harmonies of #3B58BC
Complementary color
Monochromatic Colors of #3B58BC
Black with #3B58BC
Text Example
Text Example
White with #3B58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B58BC; }
p { color: rgb(59,88,188); }
H1.HeaderClassName
{
color: #3B58BC;
}
.AnyTagClassName
{
color: #3B58BC;
}
</style>
background-color css
<style>
a { background-color: #3B58BC; }
a { background-color: rgb(59,88,188); }
div.DivClassName
{
background-color: #3B58BC;
}
.BgClassName
{
background-color: #3B58BC;
}
</style>
border-color css
<style>
span { border-color: #3B58BC; }
span { border-color: rgb(59,88,188); }
td.TdClassName
{
border-color: #3B58BC;
}
.TagClassName
{
border-color: #3B58BC;
}
</style>