Shades of Free Speech Blue #3E53C4
Tints of Free Speech Blue #3E53C4
RGB
CMYK
RGB Variations
Color information
#3E53C4 (or 0x3E53C4) is known color: Free Speech Blue. HEX triplet: 3E, 53 and C4. RGB value is (62,83,196). Sum of RGB (Red+Green+Blue) = 62+83+196=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E53C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E53C4 is #C1AC3B. Grayscale: #595959. Windows color (decimal): -12692540 or 12866366. OLE color: 12866366.
HSL color Cylindrical-coordinate representation of color #3E53C4: hue angle of 230.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E53C4 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 83 | 196 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.23 |
| HSL | 230.6º | 0.53% | 0.51% | - |
| HSV(B) | 230.6º | 0.68% | 0.77% | - |
| XYZ | 15.04 | 11.2 | 53.59 | - |
| YUV | 89.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 196 | 0.68 | 0.58 | 0 | 0.23 | 230.6 | 0.53 | 0.51 |
| Hex | 3E | 53 | C4 | 44 | 3A | 0 | 17 | E7 | 35 | 33 |
| Octal | 76 | 123 | 304 | 104 | 72 | 0 | 27 | 347 | 65 | 63 |
| Binary | 111110 | 1010011 | 11000100 | 1000100 | 111010 | 0 | 10111 | 11100111 | 110101 | 110011 |
Color Harmonies of #3E53C4
Complementary color
Monochromatic Colors of #3E53C4
Black with #3E53C4
Text Example
Text Example
White with #3E53C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E53C4; }
p { color: rgb(62,83,196); }
H1.HeaderClassName
{
color: #3E53C4;
}
.AnyTagClassName
{
color: #3E53C4;
}
</style>
background-color css
<style>
a { background-color: #3E53C4; }
a { background-color: rgb(62,83,196); }
div.DivClassName
{
background-color: #3E53C4;
}
.BgClassName
{
background-color: #3E53C4;
}
</style>
border-color css
<style>
span { border-color: #3E53C4; }
span { border-color: rgb(62,83,196); }
td.TdClassName
{
border-color: #3E53C4;
}
.TagClassName
{
border-color: #3E53C4;
}
</style>