Shades of Free Speech Blue #3E4FCD
Tints of Free Speech Blue #3E4FCD
RGB
CMYK
RGB Variations
Color information
#3E4FCD (or 0x3E4FCD) is known color: Free Speech Blue. HEX triplet: 3E, 4F and CD. RGB value is (62,79,205). Sum of RGB (Red+Green+Blue) = 62+79+205=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4FCD is #C1B032. Grayscale: #575757. Windows color (decimal): -12693555 or 13455166. OLE color: 13455166.
HSL color Cylindrical-coordinate representation of color #3E4FCD: hue angle of 232.87º 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 #3E4FCD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 79 | 205 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.20 |
| HSL | 232.87º | 0.59% | 0.52% | - |
| HSV(B) | 232.87º | 0.7% | 0.8% | - |
| XYZ | 15.8 | 11.02 | 59.05 | - |
| YUV | 88.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 205 | 0.70 | 0.61 | 0 | 0.20 | 232.87 | 0.59 | 0.52 |
| Hex | 3E | 4F | CD | 46 | 3D | 0 | 14 | E9 | 3B | 34 |
| Octal | 76 | 117 | 315 | 106 | 75 | 0 | 24 | 351 | 73 | 64 |
| Binary | 111110 | 1001111 | 11001101 | 1000110 | 111101 | 0 | 10100 | 11101001 | 111011 | 110100 |
Color Harmonies of #3E4FCD
Complementary color
Monochromatic Colors of #3E4FCD
Black with #3E4FCD
Text Example
Text Example
White with #3E4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4FCD; }
p { color: rgb(62,79,205); }
H1.HeaderClassName
{
color: #3E4FCD;
}
.AnyTagClassName
{
color: #3E4FCD;
}
</style>
background-color css
<style>
a { background-color: #3E4FCD; }
a { background-color: rgb(62,79,205); }
div.DivClassName
{
background-color: #3E4FCD;
}
.BgClassName
{
background-color: #3E4FCD;
}
</style>
border-color css
<style>
span { border-color: #3E4FCD; }
span { border-color: rgb(62,79,205); }
td.TdClassName
{
border-color: #3E4FCD;
}
.TagClassName
{
border-color: #3E4FCD;
}
</style>