Shades of Free Speech Blue #3E40DF
Tints of Free Speech Blue #3E40DF
RGB
CMYK
RGB Variations
Color information
#3E40DF (or 0x3E40DF) is known color: Free Speech Blue. HEX triplet: 3E, 40 and DF. RGB value is (62,64,223). Sum of RGB (Red+Green+Blue) = 62+64+223=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E40DF is #C1BF20. Grayscale: #505050. Windows color (decimal): -12697377 or 14630974. OLE color: 14630974.
HSL color Cylindrical-coordinate representation of color #3E40DF: hue angle of 239.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E40DF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 64 | 223 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.13 |
| HSL | 239.25º | 0.72% | 0.56% | - |
| HSV(B) | 239.25º | 0.72% | 0.87% | - |
| XYZ | 17.14 | 10.02 | 70.84 | - |
| YUV | 81.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 223 | 0.72 | 0.71 | 0 | 0.13 | 239.25 | 0.72 | 0.56 |
| Hex | 3E | 40 | DF | 48 | 47 | 0 | D | EF | 48 | 38 |
| Octal | 76 | 100 | 337 | 110 | 107 | 0 | 15 | 357 | 110 | 70 |
| Binary | 111110 | 1000000 | 11011111 | 1001000 | 1000111 | 0 | 1101 | 11101111 | 1001000 | 111000 |
Color Harmonies of #3E40DF
Complementary color
Monochromatic Colors of #3E40DF
Black with #3E40DF
Text Example
Text Example
White with #3E40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40DF; }
p { color: rgb(62,64,223); }
H1.HeaderClassName
{
color: #3E40DF;
}
.AnyTagClassName
{
color: #3E40DF;
}
</style>
background-color css
<style>
a { background-color: #3E40DF; }
a { background-color: rgb(62,64,223); }
div.DivClassName
{
background-color: #3E40DF;
}
.BgClassName
{
background-color: #3E40DF;
}
</style>
border-color css
<style>
span { border-color: #3E40DF; }
span { border-color: rgb(62,64,223); }
td.TdClassName
{
border-color: #3E40DF;
}
.TagClassName
{
border-color: #3E40DF;
}
</style>