Shades of Free Speech Blue #3E5DCD
Tints of Free Speech Blue #3E5DCD
RGB
CMYK
RGB Variations
Color information
#3E5DCD (or 0x3E5DCD) is known color: Free Speech Blue. HEX triplet: 3E, 5D and CD. RGB value is (62,93,205). Sum of RGB (Red+Green+Blue) = 62+93+205=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DCD is #C1A232. Grayscale: #606060. Windows color (decimal): -12689971 or 13458750. OLE color: 13458750.
HSL color Cylindrical-coordinate representation of color #3E5DCD: hue angle of 226.99º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E5DCD is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 93 | 205 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.20 |
| HSL | 226.99º | 0.59% | 0.52% | - |
| HSV(B) | 226.99º | 0.7% | 0.8% | - |
| XYZ | 16.92 | 13.26 | 59.43 | - |
| YUV | 96.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 205 | 0.70 | 0.55 | 0 | 0.20 | 226.99 | 0.59 | 0.52 |
| Hex | 3E | 5D | CD | 46 | 37 | 0 | 14 | E3 | 3B | 34 |
| Octal | 76 | 135 | 315 | 106 | 67 | 0 | 24 | 343 | 73 | 64 |
| Binary | 111110 | 1011101 | 11001101 | 1000110 | 110111 | 0 | 10100 | 11100011 | 111011 | 110100 |
Color Harmonies of #3E5DCD
Complementary color
Monochromatic Colors of #3E5DCD
Black with #3E5DCD
Text Example
Text Example
White with #3E5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DCD; }
p { color: rgb(62,93,205); }
H1.HeaderClassName
{
color: #3E5DCD;
}
.AnyTagClassName
{
color: #3E5DCD;
}
</style>
background-color css
<style>
a { background-color: #3E5DCD; }
a { background-color: rgb(62,93,205); }
div.DivClassName
{
background-color: #3E5DCD;
}
.BgClassName
{
background-color: #3E5DCD;
}
</style>
border-color css
<style>
span { border-color: #3E5DCD; }
span { border-color: rgb(62,93,205); }
td.TdClassName
{
border-color: #3E5DCD;
}
.TagClassName
{
border-color: #3E5DCD;
}
</style>