Shades of Free Speech Blue #3B3ADB
Tints of Free Speech Blue #3B3ADB
RGB
CMYK
RGB Variations
Color information
#3B3ADB (or 0x3B3ADB) is known color: Free Speech Blue. HEX triplet: 3B, 3A and DB. RGB value is (59,58,219). Sum of RGB (Red+Green+Blue) = 59+58+219=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3ADB is #C4C524. Grayscale: #4C4C4C. Windows color (decimal): -12895525 or 14367291. OLE color: 14367291.
HSL color Cylindrical-coordinate representation of color #3B3ADB: hue angle of 240.37º 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 #3B3ADB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 58 | 219 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.14 |
| HSL | 240.37º | 0.69% | 0.54% | - |
| HSV(B) | 240.37º | 0.74% | 0.86% | - |
| XYZ | 16.1 | 9.07 | 67.92 | - |
| YUV | 76.65 | 208.33 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 219 | 0.73 | 0.74 | 0 | 0.14 | 240.37 | 0.69 | 0.54 |
| Hex | 3B | 3A | DB | 49 | 4A | 0 | E | F0 | 45 | 36 |
| Octal | 73 | 72 | 333 | 111 | 112 | 0 | 16 | 360 | 105 | 66 |
| Binary | 111011 | 111010 | 11011011 | 1001001 | 1001010 | 0 | 1110 | 11110000 | 1000101 | 110110 |
Color Harmonies of #3B3ADB
Complementary color
Monochromatic Colors of #3B3ADB
Black with #3B3ADB
Text Example
Text Example
White with #3B3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3ADB; }
p { color: rgb(59,58,219); }
H1.HeaderClassName
{
color: #3B3ADB;
}
.AnyTagClassName
{
color: #3B3ADB;
}
</style>
background-color css
<style>
a { background-color: #3B3ADB; }
a { background-color: rgb(59,58,219); }
div.DivClassName
{
background-color: #3B3ADB;
}
.BgClassName
{
background-color: #3B3ADB;
}
</style>
border-color css
<style>
span { border-color: #3B3ADB; }
span { border-color: rgb(59,58,219); }
td.TdClassName
{
border-color: #3B3ADB;
}
.TagClassName
{
border-color: #3B3ADB;
}
</style>