Shades of Free Speech Blue #3C4FDB
Tints of Free Speech Blue #3C4FDB
RGB
CMYK
RGB Variations
Color information
#3C4FDB (or 0x3C4FDB) is known color: Free Speech Blue. HEX triplet: 3C, 4F and DB. RGB value is (60,79,219). Sum of RGB (Red+Green+Blue) = 60+79+219=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FDB is #C3B024. Grayscale: #585858. Windows color (decimal): -12824613 or 14372668. OLE color: 14372668.
HSL color Cylindrical-coordinate representation of color #3C4FDB: hue angle of 232.83º 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 #3C4FDB is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 79 | 219 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.14 |
| HSL | 232.83º | 0.69% | 0.55% | - |
| HSV(B) | 232.83º | 0.73% | 0.86% | - |
| XYZ | 17.45 | 11.67 | 68.35 | - |
| YUV | 89.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 219 | 0.73 | 0.64 | 0 | 0.14 | 232.83 | 0.69 | 0.55 |
| Hex | 3C | 4F | DB | 49 | 40 | 0 | E | E9 | 45 | 37 |
| Octal | 74 | 117 | 333 | 111 | 100 | 0 | 16 | 351 | 105 | 67 |
| Binary | 111100 | 1001111 | 11011011 | 1001001 | 1000000 | 0 | 1110 | 11101001 | 1000101 | 110111 |
Color Harmonies of #3C4FDB
Complementary color
Monochromatic Colors of #3C4FDB
Black with #3C4FDB
Text Example
Text Example
White with #3C4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FDB; }
p { color: rgb(60,79,219); }
H1.HeaderClassName
{
color: #3C4FDB;
}
.AnyTagClassName
{
color: #3C4FDB;
}
</style>
background-color css
<style>
a { background-color: #3C4FDB; }
a { background-color: rgb(60,79,219); }
div.DivClassName
{
background-color: #3C4FDB;
}
.BgClassName
{
background-color: #3C4FDB;
}
</style>
border-color css
<style>
span { border-color: #3C4FDB; }
span { border-color: rgb(60,79,219); }
td.TdClassName
{
border-color: #3C4FDB;
}
.TagClassName
{
border-color: #3C4FDB;
}
</style>