Shades of Free Speech Blue #3B4DB2
Tints of Free Speech Blue #3B4DB2
RGB
CMYK
RGB Variations
Color information
#3B4DB2 (or 0x3B4DB2) is known color: Free Speech Blue. HEX triplet: 3B, 4D and B2. RGB value is (59,77,178). Sum of RGB (Red+Green+Blue) = 59+77+178=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B4DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4DB2 is #C4B24D. Grayscale: #525252. Windows color (decimal): -12890702 or 11685179. OLE color: 11685179.
HSL color Cylindrical-coordinate representation of color #3B4DB2: hue angle of 230.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B4DB2 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 77 | 178 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.30 |
| HSL | 230.92º | 0.5% | 0.46% | - |
| HSV(B) | 230.92º | 0.67% | 0.7% | - |
| XYZ | 12.49 | 9.45 | 43.29 | - |
| YUV | 83.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 178 | 0.67 | 0.57 | 0 | 0.30 | 230.92 | 0.5 | 0.46 |
| Hex | 3B | 4D | B2 | 43 | 39 | 0 | 1E | E7 | 32 | 2E |
| Octal | 73 | 115 | 262 | 103 | 71 | 0 | 36 | 347 | 62 | 56 |
| Binary | 111011 | 1001101 | 10110010 | 1000011 | 111001 | 0 | 11110 | 11100111 | 110010 | 101110 |
Color Harmonies of #3B4DB2
Complementary color
Monochromatic Colors of #3B4DB2
Black with #3B4DB2
Text Example
Text Example
White with #3B4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DB2; }
p { color: rgb(59,77,178); }
H1.HeaderClassName
{
color: #3B4DB2;
}
.AnyTagClassName
{
color: #3B4DB2;
}
</style>
background-color css
<style>
a { background-color: #3B4DB2; }
a { background-color: rgb(59,77,178); }
div.DivClassName
{
background-color: #3B4DB2;
}
.BgClassName
{
background-color: #3B4DB2;
}
</style>
border-color css
<style>
span { border-color: #3B4DB2; }
span { border-color: rgb(59,77,178); }
td.TdClassName
{
border-color: #3B4DB2;
}
.TagClassName
{
border-color: #3B4DB2;
}
</style>