Shades of Free Speech Blue #3B4FDB
Tints of Free Speech Blue #3B4FDB
RGB
CMYK
RGB Variations
Color information
#3B4FDB (or 0x3B4FDB) is known color: Free Speech Blue. HEX triplet: 3B, 4F and DB. RGB value is (59,79,219). Sum of RGB (Red+Green+Blue) = 59+79+219=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4FDB is #C4B024. Grayscale: #585858. Windows color (decimal): -12890149 or 14372667. OLE color: 14372667.
HSL color Cylindrical-coordinate representation of color #3B4FDB: hue angle of 232.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B4FDB is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 79 | 219 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.14 |
| HSL | 232.5º | 0.69% | 0.55% | - |
| HSV(B) | 232.5º | 0.73% | 0.86% | - |
| XYZ | 17.39 | 11.64 | 68.35 | - |
| YUV | 88.98 | 201.37 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 79 | 219 | 0.73 | 0.64 | 0 | 0.14 | 232.5 | 0.69 | 0.55 |
| Hex | 3B | 4F | DB | 49 | 40 | 0 | E | E8 | 45 | 37 |
| Octal | 73 | 117 | 333 | 111 | 100 | 0 | 16 | 350 | 105 | 67 |
| Binary | 111011 | 1001111 | 11011011 | 1001001 | 1000000 | 0 | 1110 | 11101000 | 1000101 | 110111 |
Color Harmonies of #3B4FDB
Complementary color
Monochromatic Colors of #3B4FDB
Black with #3B4FDB
Text Example
Text Example
White with #3B4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4FDB; }
p { color: rgb(59,79,219); }
H1.HeaderClassName
{
color: #3B4FDB;
}
.AnyTagClassName
{
color: #3B4FDB;
}
</style>
background-color css
<style>
a { background-color: #3B4FDB; }
a { background-color: rgb(59,79,219); }
div.DivClassName
{
background-color: #3B4FDB;
}
.BgClassName
{
background-color: #3B4FDB;
}
</style>
border-color css
<style>
span { border-color: #3B4FDB; }
span { border-color: rgb(59,79,219); }
td.TdClassName
{
border-color: #3B4FDB;
}
.TagClassName
{
border-color: #3B4FDB;
}
</style>