Shades of Free Speech Blue #3E5BCD
Tints of Free Speech Blue #3E5BCD
RGB
CMYK
RGB Variations
Color information
#3E5BCD (or 0x3E5BCD) is known color: Free Speech Blue. HEX triplet: 3E, 5B and CD. RGB value is (62,91,205). Sum of RGB (Red+Green+Blue) = 62+91+205=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BCD is #C1A432. Grayscale: #5E5E5E. Windows color (decimal): -12690483 or 13458238. OLE color: 13458238.
HSL color Cylindrical-coordinate representation of color #3E5BCD: hue angle of 227.83º 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 #3E5BCD is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 91 | 205 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.20 |
| HSL | 227.83º | 0.59% | 0.52% | - |
| HSV(B) | 227.83º | 0.7% | 0.8% | - |
| XYZ | 16.75 | 12.91 | 59.37 | - |
| YUV | 95.33 | 189.89 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 205 | 0.70 | 0.56 | 0 | 0.20 | 227.83 | 0.59 | 0.52 |
| Hex | 3E | 5B | CD | 46 | 38 | 0 | 14 | E4 | 3B | 34 |
| Octal | 76 | 133 | 315 | 106 | 70 | 0 | 24 | 344 | 73 | 64 |
| Binary | 111110 | 1011011 | 11001101 | 1000110 | 111000 | 0 | 10100 | 11100100 | 111011 | 110100 |
Color Harmonies of #3E5BCD
Complementary color
Monochromatic Colors of #3E5BCD
Black with #3E5BCD
Text Example
Text Example
White with #3E5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BCD; }
p { color: rgb(62,91,205); }
H1.HeaderClassName
{
color: #3E5BCD;
}
.AnyTagClassName
{
color: #3E5BCD;
}
</style>
background-color css
<style>
a { background-color: #3E5BCD; }
a { background-color: rgb(62,91,205); }
div.DivClassName
{
background-color: #3E5BCD;
}
.BgClassName
{
background-color: #3E5BCD;
}
</style>
border-color css
<style>
span { border-color: #3E5BCD; }
span { border-color: rgb(62,91,205); }
td.TdClassName
{
border-color: #3E5BCD;
}
.TagClassName
{
border-color: #3E5BCD;
}
</style>