Shades of Free Speech Blue #3F3FDB
Tints of Free Speech Blue #3F3FDB
RGB
CMYK
RGB Variations
Color information
#3F3FDB (or 0x3F3FDB) is known color: Free Speech Blue. HEX triplet: 3F, 3F and DB. RGB value is (63,63,219). Sum of RGB (Red+Green+Blue) = 63+63+219=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F3FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3FDB is #C0C024. Grayscale: #505050. Windows color (decimal): -12632101 or 14368575. OLE color: 14368575.
HSL color Cylindrical-coordinate representation of color #3F3FDB: hue angle of 240º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3FDB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 63 | 219 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.14 |
| HSL | 240º | 0.68% | 0.55% | - |
| HSV(B) | 240º | 0.71% | 0.86% | - |
| XYZ | 16.61 | 9.73 | 68.02 | - |
| YUV | 80.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 219 | 0.71 | 0.71 | 0 | 0.14 | 240 | 0.68 | 0.55 |
| Hex | 3F | 3F | DB | 47 | 47 | 0 | E | F0 | 44 | 37 |
| Octal | 77 | 77 | 333 | 107 | 107 | 0 | 16 | 360 | 104 | 67 |
| Binary | 111111 | 111111 | 11011011 | 1000111 | 1000111 | 0 | 1110 | 11110000 | 1000100 | 110111 |
Color Harmonies of #3F3FDB
Complementary color
Monochromatic Colors of #3F3FDB
Black with #3F3FDB
Text Example
Text Example
White with #3F3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FDB; }
p { color: rgb(63,63,219); }
H1.HeaderClassName
{
color: #3F3FDB;
}
.AnyTagClassName
{
color: #3F3FDB;
}
</style>
background-color css
<style>
a { background-color: #3F3FDB; }
a { background-color: rgb(63,63,219); }
div.DivClassName
{
background-color: #3F3FDB;
}
.BgClassName
{
background-color: #3F3FDB;
}
</style>
border-color css
<style>
span { border-color: #3F3FDB; }
span { border-color: rgb(63,63,219); }
td.TdClassName
{
border-color: #3F3FDB;
}
.TagClassName
{
border-color: #3F3FDB;
}
</style>