Shades of Free Speech Blue #3E3CBE
Tints of Free Speech Blue #3E3CBE
RGB
CMYK
RGB Variations
Color information
#3E3CBE (or 0x3E3CBE) is known color: Free Speech Blue. HEX triplet: 3E, 3C and BE. RGB value is (62,60,190). Sum of RGB (Red+Green+Blue) = 62+60+190=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CBE is #C1C341. Grayscale: #4A4A4A. Windows color (decimal): -12698434 or 12467262. OLE color: 12467262.
HSL color Cylindrical-coordinate representation of color #3E3CBE: hue angle of 240.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3CBE is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 60 | 190 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.25 |
| HSL | 240.92º | 0.52% | 0.49% | - |
| HSV(B) | 240.92º | 0.68% | 0.75% | - |
| XYZ | 12.9 | 7.97 | 49.57 | - |
| YUV | 75.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 190 | 0.67 | 0.68 | 0 | 0.25 | 240.92 | 0.52 | 0.49 |
| Hex | 3E | 3C | BE | 43 | 44 | 0 | 19 | F1 | 34 | 31 |
| Octal | 76 | 74 | 276 | 103 | 104 | 0 | 31 | 361 | 64 | 61 |
| Binary | 111110 | 111100 | 10111110 | 1000011 | 1000100 | 0 | 11001 | 11110001 | 110100 | 110001 |
Color Harmonies of #3E3CBE
Complementary color
Monochromatic Colors of #3E3CBE
Black with #3E3CBE
Text Example
Text Example
White with #3E3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CBE; }
p { color: rgb(62,60,190); }
H1.HeaderClassName
{
color: #3E3CBE;
}
.AnyTagClassName
{
color: #3E3CBE;
}
</style>
background-color css
<style>
a { background-color: #3E3CBE; }
a { background-color: rgb(62,60,190); }
div.DivClassName
{
background-color: #3E3CBE;
}
.BgClassName
{
background-color: #3E3CBE;
}
</style>
border-color css
<style>
span { border-color: #3E3CBE; }
span { border-color: rgb(62,60,190); }
td.TdClassName
{
border-color: #3E3CBE;
}
.TagClassName
{
border-color: #3E3CBE;
}
</style>