Shades of Free Speech Blue #3A3EC0
Tints of Free Speech Blue #3A3EC0
RGB
CMYK
RGB Variations
Color information
#3A3EC0 (or 0x3A3EC0) is known color: Free Speech Blue. HEX triplet: 3A, 3E and C0. RGB value is (58,62,192). Sum of RGB (Red+Green+Blue) = 58+62+192=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A3EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3EC0 is #C5C13F. Grayscale: #4B4B4B. Windows color (decimal): -12960064 or 12598842. OLE color: 12598842.
HSL color Cylindrical-coordinate representation of color #3A3EC0: hue angle of 238.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A3EC0 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 62 | 192 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.25 |
| HSL | 238.21º | 0.54% | 0.49% | - |
| HSV(B) | 238.21º | 0.7% | 0.75% | - |
| XYZ | 12.98 | 8.15 | 50.76 | - |
| YUV | 75.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 192 | 0.70 | 0.68 | 0 | 0.25 | 238.21 | 0.54 | 0.49 |
| Hex | 3A | 3E | C0 | 46 | 44 | 0 | 19 | EE | 36 | 31 |
| Octal | 72 | 76 | 300 | 106 | 104 | 0 | 31 | 356 | 66 | 61 |
| Binary | 111010 | 111110 | 11000000 | 1000110 | 1000100 | 0 | 11001 | 11101110 | 110110 | 110001 |
Color Harmonies of #3A3EC0
Complementary color
Monochromatic Colors of #3A3EC0
Black with #3A3EC0
Text Example
Text Example
White with #3A3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3EC0; }
p { color: rgb(58,62,192); }
H1.HeaderClassName
{
color: #3A3EC0;
}
.AnyTagClassName
{
color: #3A3EC0;
}
</style>
background-color css
<style>
a { background-color: #3A3EC0; }
a { background-color: rgb(58,62,192); }
div.DivClassName
{
background-color: #3A3EC0;
}
.BgClassName
{
background-color: #3A3EC0;
}
</style>
border-color css
<style>
span { border-color: #3A3EC0; }
span { border-color: rgb(58,62,192); }
td.TdClassName
{
border-color: #3A3EC0;
}
.TagClassName
{
border-color: #3A3EC0;
}
</style>