Shades of Free Speech Blue #3E39C0
Tints of Free Speech Blue #3E39C0
RGB
CMYK
RGB Variations
Color information
#3E39C0 (or 0x3E39C0) is known color: Free Speech Blue. HEX triplet: 3E, 39 and C0. RGB value is (62,57,192). Sum of RGB (Red+Green+Blue) = 62+57+192=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #3E39C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E39C0 is #C1C63F. Grayscale: #494949. Windows color (decimal): -12699200 or 12597566. OLE color: 12597566.
HSL color Cylindrical-coordinate representation of color #3E39C0: hue angle of 242.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E39C0 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 57 | 192 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.25 |
| HSL | 242.22º | 0.54% | 0.49% | - |
| HSV(B) | 242.22º | 0.7% | 0.75% | - |
| XYZ | 12.96 | 7.76 | 50.68 | - |
| YUV | 73.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 192 | 0.68 | 0.70 | 0 | 0.25 | 242.22 | 0.54 | 0.49 |
| Hex | 3E | 39 | C0 | 44 | 46 | 0 | 19 | F2 | 36 | 31 |
| Octal | 76 | 71 | 300 | 104 | 106 | 0 | 31 | 362 | 66 | 61 |
| Binary | 111110 | 111001 | 11000000 | 1000100 | 1000110 | 0 | 11001 | 11110010 | 110110 | 110001 |
Color Harmonies of #3E39C0
Complementary color
Monochromatic Colors of #3E39C0
Black with #3E39C0
Text Example
Text Example
White with #3E39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E39C0; }
p { color: rgb(62,57,192); }
H1.HeaderClassName
{
color: #3E39C0;
}
.AnyTagClassName
{
color: #3E39C0;
}
</style>
background-color css
<style>
a { background-color: #3E39C0; }
a { background-color: rgb(62,57,192); }
div.DivClassName
{
background-color: #3E39C0;
}
.BgClassName
{
background-color: #3E39C0;
}
</style>
border-color css
<style>
span { border-color: #3E39C0; }
span { border-color: rgb(62,57,192); }
td.TdClassName
{
border-color: #3E39C0;
}
.TagClassName
{
border-color: #3E39C0;
}
</style>