Shades of Free Speech Blue #3A5ECE
Tints of Free Speech Blue #3A5ECE
RGB
CMYK
RGB Variations
Color information
#3A5ECE (or 0x3A5ECE) is known color: Free Speech Blue. HEX triplet: 3A, 5E and CE. RGB value is (58,94,206). Sum of RGB (Red+Green+Blue) = 58+94+206=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5ECE is #C5A131. Grayscale: #5F5F5F. Windows color (decimal): -12951858 or 13524538. OLE color: 13524538.
HSL color Cylindrical-coordinate representation of color #3A5ECE: hue angle of 225.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A5ECE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 94 | 206 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.19 |
| HSL | 225.41º | 0.6% | 0.52% | - |
| HSV(B) | 225.41º | 0.72% | 0.81% | - |
| XYZ | 16.89 | 13.36 | 60.08 | - |
| YUV | 96 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 206 | 0.72 | 0.54 | 0 | 0.19 | 225.41 | 0.6 | 0.52 |
| Hex | 3A | 5E | CE | 48 | 36 | 0 | 13 | E1 | 3C | 34 |
| Octal | 72 | 136 | 316 | 110 | 66 | 0 | 23 | 341 | 74 | 64 |
| Binary | 111010 | 1011110 | 11001110 | 1001000 | 110110 | 0 | 10011 | 11100001 | 111100 | 110100 |
Color Harmonies of #3A5ECE
Complementary color
Monochromatic Colors of #3A5ECE
Black with #3A5ECE
Text Example
Text Example
White with #3A5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5ECE; }
p { color: rgb(58,94,206); }
H1.HeaderClassName
{
color: #3A5ECE;
}
.AnyTagClassName
{
color: #3A5ECE;
}
</style>
background-color css
<style>
a { background-color: #3A5ECE; }
a { background-color: rgb(58,94,206); }
div.DivClassName
{
background-color: #3A5ECE;
}
.BgClassName
{
background-color: #3A5ECE;
}
</style>
border-color css
<style>
span { border-color: #3A5ECE; }
span { border-color: rgb(58,94,206); }
td.TdClassName
{
border-color: #3A5ECE;
}
.TagClassName
{
border-color: #3A5ECE;
}
</style>