Shades of Free Speech Blue #3A4AC1
Tints of Free Speech Blue #3A4AC1
RGB
CMYK
RGB Variations
Color information
#3A4AC1 (or 0x3A4AC1) is known color: Free Speech Blue. HEX triplet: 3A, 4A and C1. RGB value is (58,74,193). Sum of RGB (Red+Green+Blue) = 58+74+193=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A4AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4AC1 is #C5B53E. Grayscale: #525252. Windows color (decimal): -12956991 or 12667450. OLE color: 12667450.
HSL color Cylindrical-coordinate representation of color #3A4AC1: hue angle of 232.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A4AC1 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 74 | 193 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.24 |
| HSL | 232.89º | 0.54% | 0.49% | - |
| HSV(B) | 232.89º | 0.7% | 0.76% | - |
| XYZ | 13.82 | 9.65 | 51.59 | - |
| YUV | 82.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 193 | 0.70 | 0.62 | 0 | 0.24 | 232.89 | 0.54 | 0.49 |
| Hex | 3A | 4A | C1 | 46 | 3E | 0 | 18 | E9 | 36 | 31 |
| Octal | 72 | 112 | 301 | 106 | 76 | 0 | 30 | 351 | 66 | 61 |
| Binary | 111010 | 1001010 | 11000001 | 1000110 | 111110 | 0 | 11000 | 11101001 | 110110 | 110001 |
Color Harmonies of #3A4AC1
Complementary color
Monochromatic Colors of #3A4AC1
Black with #3A4AC1
Text Example
Text Example
White with #3A4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4AC1; }
p { color: rgb(58,74,193); }
H1.HeaderClassName
{
color: #3A4AC1;
}
.AnyTagClassName
{
color: #3A4AC1;
}
</style>
background-color css
<style>
a { background-color: #3A4AC1; }
a { background-color: rgb(58,74,193); }
div.DivClassName
{
background-color: #3A4AC1;
}
.BgClassName
{
background-color: #3A4AC1;
}
</style>
border-color css
<style>
span { border-color: #3A4AC1; }
span { border-color: rgb(58,74,193); }
td.TdClassName
{
border-color: #3A4AC1;
}
.TagClassName
{
border-color: #3A4AC1;
}
</style>