Shades of Free Speech Blue #3E40D0
Tints of Free Speech Blue #3E40D0
RGB
CMYK
RGB Variations
Color information
#3E40D0 (or 0x3E40D0) is known color: Free Speech Blue. HEX triplet: 3E, 40 and D0. RGB value is (62,64,208). Sum of RGB (Red+Green+Blue) = 62+64+208=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #3E40D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E40D0 is #C1BF2F. Grayscale: #4F4F4F. Windows color (decimal): -12697392 or 13647934. OLE color: 13647934.
HSL color Cylindrical-coordinate representation of color #3E40D0: hue angle of 239.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E40D0 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 64 | 208 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.18 |
| HSL | 239.18º | 0.61% | 0.53% | - |
| HSV(B) | 239.18º | 0.7% | 0.82% | - |
| XYZ | 15.21 | 9.24 | 60.66 | - |
| YUV | 79.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 208 | 0.70 | 0.69 | 0 | 0.18 | 239.18 | 0.61 | 0.53 |
| Hex | 3E | 40 | D0 | 46 | 45 | 0 | 12 | EF | 3D | 35 |
| Octal | 76 | 100 | 320 | 106 | 105 | 0 | 22 | 357 | 75 | 65 |
| Binary | 111110 | 1000000 | 11010000 | 1000110 | 1000101 | 0 | 10010 | 11101111 | 111101 | 110101 |
Color Harmonies of #3E40D0
Complementary color
Monochromatic Colors of #3E40D0
Black with #3E40D0
Text Example
Text Example
White with #3E40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40D0; }
p { color: rgb(62,64,208); }
H1.HeaderClassName
{
color: #3E40D0;
}
.AnyTagClassName
{
color: #3E40D0;
}
</style>
background-color css
<style>
a { background-color: #3E40D0; }
a { background-color: rgb(62,64,208); }
div.DivClassName
{
background-color: #3E40D0;
}
.BgClassName
{
background-color: #3E40D0;
}
</style>
border-color css
<style>
span { border-color: #3E40D0; }
span { border-color: rgb(62,64,208); }
td.TdClassName
{
border-color: #3E40D0;
}
.TagClassName
{
border-color: #3E40D0;
}
</style>