Shades of Free Speech Blue #3B4EAF
Tints of Free Speech Blue #3B4EAF
RGB
CMYK
RGB Variations
Color information
#3B4EAF (or 0x3B4EAF) is known color: Free Speech Blue. HEX triplet: 3B, 4E and AF. RGB value is (59,78,175). Sum of RGB (Red+Green+Blue) = 59+78+175=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4EAF is #C4B150. Grayscale: #525252. Windows color (decimal): -12890449 or 11488827. OLE color: 11488827.
HSL color Cylindrical-coordinate representation of color #3B4EAF: hue angle of 230.17º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4EAF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 78 | 175 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.31 |
| HSL | 230.17º | 0.5% | 0.46% | - |
| HSV(B) | 230.17º | 0.66% | 0.69% | - |
| XYZ | 12.27 | 9.47 | 41.74 | - |
| YUV | 83.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 175 | 0.66 | 0.55 | 0 | 0.31 | 230.17 | 0.5 | 0.46 |
| Hex | 3B | 4E | AF | 42 | 37 | 0 | 1F | E6 | 32 | 2E |
| Octal | 73 | 116 | 257 | 102 | 67 | 0 | 37 | 346 | 62 | 56 |
| Binary | 111011 | 1001110 | 10101111 | 1000010 | 110111 | 0 | 11111 | 11100110 | 110010 | 101110 |
Color Harmonies of #3B4EAF
Complementary color
Monochromatic Colors of #3B4EAF
Black with #3B4EAF
Text Example
Text Example
White with #3B4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4EAF; }
p { color: rgb(59,78,175); }
H1.HeaderClassName
{
color: #3B4EAF;
}
.AnyTagClassName
{
color: #3B4EAF;
}
</style>
background-color css
<style>
a { background-color: #3B4EAF; }
a { background-color: rgb(59,78,175); }
div.DivClassName
{
background-color: #3B4EAF;
}
.BgClassName
{
background-color: #3B4EAF;
}
</style>
border-color css
<style>
span { border-color: #3B4EAF; }
span { border-color: rgb(59,78,175); }
td.TdClassName
{
border-color: #3B4EAF;
}
.TagClassName
{
border-color: #3B4EAF;
}
</style>