Shades of Free Speech Blue #3E50DC
Tints of Free Speech Blue #3E50DC
RGB
CMYK
RGB Variations
Color information
#3E50DC (or 0x3E50DC) is known color: Free Speech Blue. HEX triplet: 3E, 50 and DC. RGB value is (62,80,220). Sum of RGB (Red+Green+Blue) = 62+80+220=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E50DC is #C1AF23. Grayscale: #5A5A5A. Windows color (decimal): -12693284 or 14438462. OLE color: 14438462.
HSL color Cylindrical-coordinate representation of color #3E50DC: hue angle of 233.16º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E50DC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 80 | 220 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.14 |
| HSL | 233.16º | 0.69% | 0.55% | - |
| HSV(B) | 233.16º | 0.72% | 0.86% | - |
| XYZ | 17.77 | 11.93 | 69.08 | - |
| YUV | 90.58 | 201.04 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 220 | 0.72 | 0.64 | 0 | 0.14 | 233.16 | 0.69 | 0.55 |
| Hex | 3E | 50 | DC | 48 | 40 | 0 | E | E9 | 45 | 37 |
| Octal | 76 | 120 | 334 | 110 | 100 | 0 | 16 | 351 | 105 | 67 |
| Binary | 111110 | 1010000 | 11011100 | 1001000 | 1000000 | 0 | 1110 | 11101001 | 1000101 | 110111 |
Color Harmonies of #3E50DC
Complementary color
Monochromatic Colors of #3E50DC
Black with #3E50DC
Text Example
Text Example
White with #3E50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E50DC; }
p { color: rgb(62,80,220); }
H1.HeaderClassName
{
color: #3E50DC;
}
.AnyTagClassName
{
color: #3E50DC;
}
</style>
background-color css
<style>
a { background-color: #3E50DC; }
a { background-color: rgb(62,80,220); }
div.DivClassName
{
background-color: #3E50DC;
}
.BgClassName
{
background-color: #3E50DC;
}
</style>
border-color css
<style>
span { border-color: #3E50DC; }
span { border-color: rgb(62,80,220); }
td.TdClassName
{
border-color: #3E50DC;
}
.TagClassName
{
border-color: #3E50DC;
}
</style>