Shades of Free Speech Blue #3E52BA
Tints of Free Speech Blue #3E52BA
RGB
CMYK
RGB Variations
Color information
#3E52BA (or 0x3E52BA) is known color: Free Speech Blue. HEX triplet: 3E, 52 and BA. RGB value is (62,82,186). Sum of RGB (Red+Green+Blue) = 62+82+186=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E52BA is #C1AD45. Grayscale: #575757. Windows color (decimal): -12692806 or 12210750. OLE color: 12210750.
HSL color Cylindrical-coordinate representation of color #3E52BA: hue angle of 230.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E52BA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 82 | 186 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.27 |
| HSL | 230.32º | 0.5% | 0.49% | - |
| HSV(B) | 230.32º | 0.67% | 0.73% | - |
| XYZ | 13.87 | 10.6 | 47.77 | - |
| YUV | 87.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 186 | 0.67 | 0.56 | 0 | 0.27 | 230.32 | 0.5 | 0.49 |
| Hex | 3E | 52 | BA | 43 | 38 | 0 | 1B | E6 | 32 | 31 |
| Octal | 76 | 122 | 272 | 103 | 70 | 0 | 33 | 346 | 62 | 61 |
| Binary | 111110 | 1010010 | 10111010 | 1000011 | 111000 | 0 | 11011 | 11100110 | 110010 | 110001 |
Color Harmonies of #3E52BA
Complementary color
Monochromatic Colors of #3E52BA
Black with #3E52BA
Text Example
Text Example
White with #3E52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E52BA; }
p { color: rgb(62,82,186); }
H1.HeaderClassName
{
color: #3E52BA;
}
.AnyTagClassName
{
color: #3E52BA;
}
</style>
background-color css
<style>
a { background-color: #3E52BA; }
a { background-color: rgb(62,82,186); }
div.DivClassName
{
background-color: #3E52BA;
}
.BgClassName
{
background-color: #3E52BA;
}
</style>
border-color css
<style>
span { border-color: #3E52BA; }
span { border-color: rgb(62,82,186); }
td.TdClassName
{
border-color: #3E52BA;
}
.TagClassName
{
border-color: #3E52BA;
}
</style>