Shades of Free Speech Blue #3A3ADB
Tints of Free Speech Blue #3A3ADB
RGB
CMYK
RGB Variations
Color information
#3A3ADB (or 0x3A3ADB) is known color: Free Speech Blue. HEX triplet: 3A, 3A and DB. RGB value is (58,58,219). Sum of RGB (Red+Green+Blue) = 58+58+219=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3ADB is #C5C524. Grayscale: #4B4B4B. Windows color (decimal): -12961061 or 14367290. OLE color: 14367290.
HSL color Cylindrical-coordinate representation of color #3A3ADB: hue angle of 240º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A3ADB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 58 | 219 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.14 |
| HSL | 240º | 0.69% | 0.54% | - |
| HSV(B) | 240º | 0.74% | 0.86% | - |
| XYZ | 16.04 | 9.04 | 67.92 | - |
| YUV | 76.35 | 208.5 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 219 | 0.74 | 0.74 | 0 | 0.14 | 240 | 0.69 | 0.54 |
| Hex | 3A | 3A | DB | 4A | 4A | 0 | E | F0 | 45 | 36 |
| Octal | 72 | 72 | 333 | 112 | 112 | 0 | 16 | 360 | 105 | 66 |
| Binary | 111010 | 111010 | 11011011 | 1001010 | 1001010 | 0 | 1110 | 11110000 | 1000101 | 110110 |
Color Harmonies of #3A3ADB
Complementary color
Monochromatic Colors of #3A3ADB
Black with #3A3ADB
Text Example
Text Example
White with #3A3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3ADB; }
p { color: rgb(58,58,219); }
H1.HeaderClassName
{
color: #3A3ADB;
}
.AnyTagClassName
{
color: #3A3ADB;
}
</style>
background-color css
<style>
a { background-color: #3A3ADB; }
a { background-color: rgb(58,58,219); }
div.DivClassName
{
background-color: #3A3ADB;
}
.BgClassName
{
background-color: #3A3ADB;
}
</style>
border-color css
<style>
span { border-color: #3A3ADB; }
span { border-color: rgb(58,58,219); }
td.TdClassName
{
border-color: #3A3ADB;
}
.TagClassName
{
border-color: #3A3ADB;
}
</style>