Shades of Free Speech Blue #3E3BC1
Tints of Free Speech Blue #3E3BC1
RGB
CMYK
RGB Variations
Color information
#3E3BC1 (or 0x3E3BC1) is known color: Free Speech Blue. HEX triplet: 3E, 3B and C1. RGB value is (62,59,193). Sum of RGB (Red+Green+Blue) = 62+59+193=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E3BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3BC1 is #C1C43E. Grayscale: #4A4A4A. Windows color (decimal): -12698687 or 12663614. OLE color: 12663614.
HSL color Cylindrical-coordinate representation of color #3E3BC1: hue angle of 241.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3BC1 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 59 | 193 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.24 |
| HSL | 241.34º | 0.53% | 0.49% | - |
| HSV(B) | 241.34º | 0.69% | 0.76% | - |
| XYZ | 13.18 | 8 | 51.3 | - |
| YUV | 75.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 193 | 0.68 | 0.69 | 0 | 0.24 | 241.34 | 0.53 | 0.49 |
| Hex | 3E | 3B | C1 | 44 | 45 | 0 | 18 | F1 | 35 | 31 |
| Octal | 76 | 73 | 301 | 104 | 105 | 0 | 30 | 361 | 65 | 61 |
| Binary | 111110 | 111011 | 11000001 | 1000100 | 1000101 | 0 | 11000 | 11110001 | 110101 | 110001 |
Color Harmonies of #3E3BC1
Complementary color
Monochromatic Colors of #3E3BC1
Black with #3E3BC1
Text Example
Text Example
White with #3E3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BC1; }
p { color: rgb(62,59,193); }
H1.HeaderClassName
{
color: #3E3BC1;
}
.AnyTagClassName
{
color: #3E3BC1;
}
</style>
background-color css
<style>
a { background-color: #3E3BC1; }
a { background-color: rgb(62,59,193); }
div.DivClassName
{
background-color: #3E3BC1;
}
.BgClassName
{
background-color: #3E3BC1;
}
</style>
border-color css
<style>
span { border-color: #3E3BC1; }
span { border-color: rgb(62,59,193); }
td.TdClassName
{
border-color: #3E3BC1;
}
.TagClassName
{
border-color: #3E3BC1;
}
</style>