Shades of Free Speech Blue #3F4FDB
Tints of Free Speech Blue #3F4FDB
RGB
CMYK
RGB Variations
Color information
#3F4FDB (or 0x3F4FDB) is known color: Free Speech Blue. HEX triplet: 3F, 4F and DB. RGB value is (63,79,219). Sum of RGB (Red+Green+Blue) = 63+79+219=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FDB is #C0B024. Grayscale: #595959. Windows color (decimal): -12628005 or 14372671. OLE color: 14372671.
HSL color Cylindrical-coordinate representation of color #3F4FDB: hue angle of 233.85º 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 #3F4FDB is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 79 | 219 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.14 |
| HSL | 233.85º | 0.68% | 0.55% | - |
| HSV(B) | 233.85º | 0.71% | 0.86% | - |
| XYZ | 17.63 | 11.76 | 68.36 | - |
| YUV | 90.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 219 | 0.71 | 0.64 | 0 | 0.14 | 233.85 | 0.68 | 0.55 |
| Hex | 3F | 4F | DB | 47 | 40 | 0 | E | EA | 44 | 37 |
| Octal | 77 | 117 | 333 | 107 | 100 | 0 | 16 | 352 | 104 | 67 |
| Binary | 111111 | 1001111 | 11011011 | 1000111 | 1000000 | 0 | 1110 | 11101010 | 1000100 | 110111 |
Color Harmonies of #3F4FDB
Complementary color
Monochromatic Colors of #3F4FDB
Black with #3F4FDB
Text Example
Text Example
White with #3F4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FDB; }
p { color: rgb(63,79,219); }
H1.HeaderClassName
{
color: #3F4FDB;
}
.AnyTagClassName
{
color: #3F4FDB;
}
</style>
background-color css
<style>
a { background-color: #3F4FDB; }
a { background-color: rgb(63,79,219); }
div.DivClassName
{
background-color: #3F4FDB;
}
.BgClassName
{
background-color: #3F4FDB;
}
</style>
border-color css
<style>
span { border-color: #3F4FDB; }
span { border-color: rgb(63,79,219); }
td.TdClassName
{
border-color: #3F4FDB;
}
.TagClassName
{
border-color: #3F4FDB;
}
</style>