Shades of Free Speech Blue #3F3ADB
Tints of Free Speech Blue #3F3ADB
RGB
CMYK
RGB Variations
Color information
#3F3ADB (or 0x3F3ADB) is known color: Free Speech Blue. HEX triplet: 3F, 3A and DB. RGB value is (63,58,219). Sum of RGB (Red+Green+Blue) = 63+58+219=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3ADB is #C0C524. Grayscale: #4D4D4D. Windows color (decimal): -12633381 or 14367295. OLE color: 14367295.
HSL color Cylindrical-coordinate representation of color #3F3ADB: hue angle of 241.86º 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 #3F3ADB is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 58 | 219 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.14 |
| HSL | 241.86º | 0.69% | 0.54% | - |
| HSV(B) | 241.86º | 0.74% | 0.86% | - |
| XYZ | 16.35 | 9.2 | 67.93 | - |
| YUV | 77.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 219 | 0.71 | 0.74 | 0 | 0.14 | 241.86 | 0.69 | 0.54 |
| Hex | 3F | 3A | DB | 47 | 4A | 0 | E | F2 | 45 | 36 |
| Octal | 77 | 72 | 333 | 107 | 112 | 0 | 16 | 362 | 105 | 66 |
| Binary | 111111 | 111010 | 11011011 | 1000111 | 1001010 | 0 | 1110 | 11110010 | 1000101 | 110110 |
Color Harmonies of #3F3ADB
Complementary color
Monochromatic Colors of #3F3ADB
Black with #3F3ADB
Text Example
Text Example
White with #3F3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3ADB; }
p { color: rgb(63,58,219); }
H1.HeaderClassName
{
color: #3F3ADB;
}
.AnyTagClassName
{
color: #3F3ADB;
}
</style>
background-color css
<style>
a { background-color: #3F3ADB; }
a { background-color: rgb(63,58,219); }
div.DivClassName
{
background-color: #3F3ADB;
}
.BgClassName
{
background-color: #3F3ADB;
}
</style>
border-color css
<style>
span { border-color: #3F3ADB; }
span { border-color: rgb(63,58,219); }
td.TdClassName
{
border-color: #3F3ADB;
}
.TagClassName
{
border-color: #3F3ADB;
}
</style>