Shades of Free Speech Blue #3E54C4
Tints of Free Speech Blue #3E54C4
RGB
CMYK
RGB Variations
Color information
#3E54C4 (or 0x3E54C4) is known color: Free Speech Blue. HEX triplet: 3E, 54 and C4. RGB value is (62,84,196). Sum of RGB (Red+Green+Blue) = 62+84+196=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E54C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E54C4 is #C1AB3B. Grayscale: #595959. Windows color (decimal): -12692284 or 12866622. OLE color: 12866622.
HSL color Cylindrical-coordinate representation of color #3E54C4: hue angle of 230.15º 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 #3E54C4 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 84 | 196 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.23 |
| HSL | 230.15º | 0.53% | 0.51% | - |
| HSV(B) | 230.15º | 0.68% | 0.77% | - |
| XYZ | 15.12 | 11.35 | 53.62 | - |
| YUV | 90.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 196 | 0.68 | 0.57 | 0 | 0.23 | 230.15 | 0.53 | 0.51 |
| Hex | 3E | 54 | C4 | 44 | 39 | 0 | 17 | E6 | 35 | 33 |
| Octal | 76 | 124 | 304 | 104 | 71 | 0 | 27 | 346 | 65 | 63 |
| Binary | 111110 | 1010100 | 11000100 | 1000100 | 111001 | 0 | 10111 | 11100110 | 110101 | 110011 |
Color Harmonies of #3E54C4
Complementary color
Monochromatic Colors of #3E54C4
Black with #3E54C4
Text Example
Text Example
White with #3E54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E54C4; }
p { color: rgb(62,84,196); }
H1.HeaderClassName
{
color: #3E54C4;
}
.AnyTagClassName
{
color: #3E54C4;
}
</style>
background-color css
<style>
a { background-color: #3E54C4; }
a { background-color: rgb(62,84,196); }
div.DivClassName
{
background-color: #3E54C4;
}
.BgClassName
{
background-color: #3E54C4;
}
</style>
border-color css
<style>
span { border-color: #3E54C4; }
span { border-color: rgb(62,84,196); }
td.TdClassName
{
border-color: #3E54C4;
}
.TagClassName
{
border-color: #3E54C4;
}
</style>