Shades of Free Speech Blue #3A4ADB
Tints of Free Speech Blue #3A4ADB
RGB
CMYK
RGB Variations
Color information
#3A4ADB (or 0x3A4ADB) is known color: Free Speech Blue. HEX triplet: 3A, 4A and DB. RGB value is (58,74,219). Sum of RGB (Red+Green+Blue) = 58+74+219=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A4ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4ADB is #C5B524. Grayscale: #555555. Windows color (decimal): -12956965 or 14371386. OLE color: 14371386.
HSL color Cylindrical-coordinate representation of color #3A4ADB: hue angle of 234.04º 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 #3A4ADB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 74 | 219 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.14 |
| HSL | 234.04º | 0.69% | 0.54% | - |
| HSV(B) | 234.04º | 0.74% | 0.86% | - |
| XYZ | 16.98 | 10.91 | 68.23 | - |
| YUV | 85.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 219 | 0.74 | 0.66 | 0 | 0.14 | 234.04 | 0.69 | 0.54 |
| Hex | 3A | 4A | DB | 4A | 42 | 0 | E | EA | 45 | 36 |
| Octal | 72 | 112 | 333 | 112 | 102 | 0 | 16 | 352 | 105 | 66 |
| Binary | 111010 | 1001010 | 11011011 | 1001010 | 1000010 | 0 | 1110 | 11101010 | 1000101 | 110110 |
Color Harmonies of #3A4ADB
Complementary color
Monochromatic Colors of #3A4ADB
Black with #3A4ADB
Text Example
Text Example
White with #3A4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4ADB; }
p { color: rgb(58,74,219); }
H1.HeaderClassName
{
color: #3A4ADB;
}
.AnyTagClassName
{
color: #3A4ADB;
}
</style>
background-color css
<style>
a { background-color: #3A4ADB; }
a { background-color: rgb(58,74,219); }
div.DivClassName
{
background-color: #3A4ADB;
}
.BgClassName
{
background-color: #3A4ADB;
}
</style>
border-color css
<style>
span { border-color: #3A4ADB; }
span { border-color: rgb(58,74,219); }
td.TdClassName
{
border-color: #3A4ADB;
}
.TagClassName
{
border-color: #3A4ADB;
}
</style>