Shades of Free Speech Blue #3E50DF
Tints of Free Speech Blue #3E50DF
RGB
CMYK
RGB Variations
Color information
#3E50DF (or 0x3E50DF) is known color: Free Speech Blue. HEX triplet: 3E, 50 and DF. RGB value is (62,80,223). Sum of RGB (Red+Green+Blue) = 62+80+223=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E50DF is #C1AF20. Grayscale: #5A5A5A. Windows color (decimal): -12693281 or 14635070. OLE color: 14635070.
HSL color Cylindrical-coordinate representation of color #3E50DF: hue angle of 233.29º 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 #3E50DF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 80 | 223 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.13 |
| HSL | 233.29º | 0.72% | 0.56% | - |
| HSV(B) | 233.29º | 0.72% | 0.87% | - |
| XYZ | 18.17 | 12.09 | 71.19 | - |
| YUV | 90.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 223 | 0.72 | 0.64 | 0 | 0.13 | 233.29 | 0.72 | 0.56 |
| Hex | 3E | 50 | DF | 48 | 40 | 0 | D | E9 | 48 | 38 |
| Octal | 76 | 120 | 337 | 110 | 100 | 0 | 15 | 351 | 110 | 70 |
| Binary | 111110 | 1010000 | 11011111 | 1001000 | 1000000 | 0 | 1101 | 11101001 | 1001000 | 111000 |
Color Harmonies of #3E50DF
Complementary color
Monochromatic Colors of #3E50DF
Black with #3E50DF
Text Example
Text Example
White with #3E50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E50DF; }
p { color: rgb(62,80,223); }
H1.HeaderClassName
{
color: #3E50DF;
}
.AnyTagClassName
{
color: #3E50DF;
}
</style>
background-color css
<style>
a { background-color: #3E50DF; }
a { background-color: rgb(62,80,223); }
div.DivClassName
{
background-color: #3E50DF;
}
.BgClassName
{
background-color: #3E50DF;
}
</style>
border-color css
<style>
span { border-color: #3E50DF; }
span { border-color: rgb(62,80,223); }
td.TdClassName
{
border-color: #3E50DF;
}
.TagClassName
{
border-color: #3E50DF;
}
</style>