Shades of Free Speech Blue #3A3EDD
Tints of Free Speech Blue #3A3EDD
RGB
CMYK
RGB Variations
Color information
#3A3EDD (or 0x3A3EDD) is known color: Free Speech Blue. HEX triplet: 3A, 3E and DD. RGB value is (58,62,221). Sum of RGB (Red+Green+Blue) = 58+62+221=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A3EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3EDD is #C5C122. Grayscale: #4E4E4E. Windows color (decimal): -12960035 or 14499386. OLE color: 14499386.
HSL color Cylindrical-coordinate representation of color #3A3EDD: hue angle of 238.53º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A3EDD is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 62 | 221 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.13 |
| HSL | 238.53º | 0.71% | 0.55% | - |
| HSV(B) | 238.53º | 0.74% | 0.87% | - |
| XYZ | 16.52 | 9.57 | 69.38 | - |
| YUV | 78.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 221 | 0.74 | 0.72 | 0 | 0.13 | 238.53 | 0.71 | 0.55 |
| Hex | 3A | 3E | DD | 4A | 48 | 0 | D | EF | 47 | 37 |
| Octal | 72 | 76 | 335 | 112 | 110 | 0 | 15 | 357 | 107 | 67 |
| Binary | 111010 | 111110 | 11011101 | 1001010 | 1001000 | 0 | 1101 | 11101111 | 1000111 | 110111 |
Color Harmonies of #3A3EDD
Complementary color
Monochromatic Colors of #3A3EDD
Black with #3A3EDD
Text Example
Text Example
White with #3A3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3EDD; }
p { color: rgb(58,62,221); }
H1.HeaderClassName
{
color: #3A3EDD;
}
.AnyTagClassName
{
color: #3A3EDD;
}
</style>
background-color css
<style>
a { background-color: #3A3EDD; }
a { background-color: rgb(58,62,221); }
div.DivClassName
{
background-color: #3A3EDD;
}
.BgClassName
{
background-color: #3A3EDD;
}
</style>
border-color css
<style>
span { border-color: #3A3EDD; }
span { border-color: rgb(58,62,221); }
td.TdClassName
{
border-color: #3A3EDD;
}
.TagClassName
{
border-color: #3A3EDD;
}
</style>