Shades of Free Speech Blue #3940E1
Tints of Free Speech Blue #3940E1
RGB
CMYK
RGB Variations
Color information
#3940E1 (or 0x3940E1) is known color: Free Speech Blue. HEX triplet: 39, 40 and E1. RGB value is (57,64,225). Sum of RGB (Red+Green+Blue) = 57+64+225=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 225 (88.28% from 255 or 65.03% from 346); Max value from RGB is 225 - color contains mainly: blue. Hex color #3940E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940E1 is #C6BF1E. Grayscale: #4F4F4F. Windows color (decimal): -13025055 or 14762041. OLE color: 14762041.
HSL color Cylindrical-coordinate representation of color #3940E1: hue angle of 237.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3940E1 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 64 | 225 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.12 |
| HSL | 237.5º | 0.74% | 0.55% | - |
| HSV(B) | 237.5º | 0.75% | 0.88% | - |
| XYZ | 17.11 | 9.97 | 72.26 | - |
| YUV | 80.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 225 | 0.75 | 0.72 | 0 | 0.12 | 237.5 | 0.74 | 0.55 |
| Hex | 39 | 40 | E1 | 4B | 48 | 0 | C | EE | 4A | 37 |
| Octal | 71 | 100 | 341 | 113 | 110 | 0 | 14 | 356 | 112 | 67 |
| Binary | 111001 | 1000000 | 11100001 | 1001011 | 1001000 | 0 | 1100 | 11101110 | 1001010 | 110111 |
Color Harmonies of #3940E1
Complementary color
Monochromatic Colors of #3940E1
Black with #3940E1
Text Example
Text Example
White with #3940E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940E1; }
p { color: rgb(57,64,225); }
H1.HeaderClassName
{
color: #3940E1;
}
.AnyTagClassName
{
color: #3940E1;
}
</style>
background-color css
<style>
a { background-color: #3940E1; }
a { background-color: rgb(57,64,225); }
div.DivClassName
{
background-color: #3940E1;
}
.BgClassName
{
background-color: #3940E1;
}
</style>
border-color css
<style>
span { border-color: #3940E1; }
span { border-color: rgb(57,64,225); }
td.TdClassName
{
border-color: #3940E1;
}
.TagClassName
{
border-color: #3940E1;
}
</style>