Shades of Free Speech Blue #3A4ED6
Tints of Free Speech Blue #3A4ED6
RGB
CMYK
RGB Variations
Color information
#3A4ED6 (or 0x3A4ED6) is known color: Free Speech Blue. HEX triplet: 3A, 4E and D6. RGB value is (58,78,214). Sum of RGB (Red+Green+Blue) = 58+78+214=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A4ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4ED6 is #C5B129. Grayscale: #565656. Windows color (decimal): -12955946 or 14044730. OLE color: 14044730.
HSL color Cylindrical-coordinate representation of color #3A4ED6: hue angle of 232.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4ED6 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 78 | 214 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.16 |
| HSL | 232.31º | 0.66% | 0.53% | - |
| HSV(B) | 232.31º | 0.73% | 0.84% | - |
| XYZ | 16.61 | 11.2 | 64.91 | - |
| YUV | 87.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 214 | 0.73 | 0.64 | 0 | 0.16 | 232.31 | 0.66 | 0.53 |
| Hex | 3A | 4E | D6 | 49 | 40 | 0 | 10 | E8 | 42 | 35 |
| Octal | 72 | 116 | 326 | 111 | 100 | 0 | 20 | 350 | 102 | 65 |
| Binary | 111010 | 1001110 | 11010110 | 1001001 | 1000000 | 0 | 10000 | 11101000 | 1000010 | 110101 |
Color Harmonies of #3A4ED6
Complementary color
Monochromatic Colors of #3A4ED6
Black with #3A4ED6
Text Example
Text Example
White with #3A4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4ED6; }
p { color: rgb(58,78,214); }
H1.HeaderClassName
{
color: #3A4ED6;
}
.AnyTagClassName
{
color: #3A4ED6;
}
</style>
background-color css
<style>
a { background-color: #3A4ED6; }
a { background-color: rgb(58,78,214); }
div.DivClassName
{
background-color: #3A4ED6;
}
.BgClassName
{
background-color: #3A4ED6;
}
</style>
border-color css
<style>
span { border-color: #3A4ED6; }
span { border-color: rgb(58,78,214); }
td.TdClassName
{
border-color: #3A4ED6;
}
.TagClassName
{
border-color: #3A4ED6;
}
</style>