Shades of Free Speech Blue #3A5EBA
Tints of Free Speech Blue #3A5EBA
RGB
CMYK
RGB Variations
Color information
#3A5EBA (or 0x3A5EBA) is known color: Free Speech Blue. HEX triplet: 3A, 5E and BA. RGB value is (58,94,186). Sum of RGB (Red+Green+Blue) = 58+94+186=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5EBA is #C5A145. Grayscale: #5D5D5D. Windows color (decimal): -12951878 or 12213818. OLE color: 12213818.
HSL color Cylindrical-coordinate representation of color #3A5EBA: hue angle of 223.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A5EBA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 94 | 186 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.27 |
| HSL | 223.13º | 0.52% | 0.48% | - |
| HSV(B) | 223.13º | 0.69% | 0.73% | - |
| XYZ | 14.61 | 12.45 | 48.09 | - |
| YUV | 93.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 186 | 0.69 | 0.49 | 0 | 0.27 | 223.13 | 0.52 | 0.48 |
| Hex | 3A | 5E | BA | 45 | 31 | 0 | 1B | DF | 34 | 30 |
| Octal | 72 | 136 | 272 | 105 | 61 | 0 | 33 | 337 | 64 | 60 |
| Binary | 111010 | 1011110 | 10111010 | 1000101 | 110001 | 0 | 11011 | 11011111 | 110100 | 110000 |
Color Harmonies of #3A5EBA
Complementary color
Monochromatic Colors of #3A5EBA
Black with #3A5EBA
Text Example
Text Example
White with #3A5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5EBA; }
p { color: rgb(58,94,186); }
H1.HeaderClassName
{
color: #3A5EBA;
}
.AnyTagClassName
{
color: #3A5EBA;
}
</style>
background-color css
<style>
a { background-color: #3A5EBA; }
a { background-color: rgb(58,94,186); }
div.DivClassName
{
background-color: #3A5EBA;
}
.BgClassName
{
background-color: #3A5EBA;
}
</style>
border-color css
<style>
span { border-color: #3A5EBA; }
span { border-color: rgb(58,94,186); }
td.TdClassName
{
border-color: #3A5EBA;
}
.TagClassName
{
border-color: #3A5EBA;
}
</style>