Shades of Free Speech Blue #314DDB
Tints of Free Speech Blue #314DDB
RGB
CMYK
RGB Variations
Color information
#314DDB (or 0x314DDB) is known color: Free Speech Blue. HEX triplet: 31, 4D and DB. RGB value is (49,77,219). Sum of RGB (Red+Green+Blue) = 49+77+219=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 77 (30.47% from 255 or 22.32% 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 #314DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DDB is #CEB224. Grayscale: #545454. Windows color (decimal): -13546021 or 14372145. OLE color: 14372145.
HSL color Cylindrical-coordinate representation of color #314DDB: hue angle of 230.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314DDB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 77 | 219 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.14 |
| HSL | 230.12º | 0.7% | 0.53% | - |
| HSV(B) | 230.12º | 0.78% | 0.86% | - |
| XYZ | 16.71 | 11.08 | 68.28 | - |
| YUV | 84.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 219 | 0.78 | 0.65 | 0 | 0.14 | 230.12 | 0.7 | 0.53 |
| Hex | 31 | 4D | DB | 4E | 41 | 0 | E | E6 | 46 | 35 |
| Octal | 61 | 115 | 333 | 116 | 101 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110001 | 1001101 | 11011011 | 1001110 | 1000001 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #314DDB
Complementary color
Monochromatic Colors of #314DDB
Black with #314DDB
Text Example
Text Example
White with #314DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DDB; }
p { color: rgb(49,77,219); }
H1.HeaderClassName
{
color: #314DDB;
}
.AnyTagClassName
{
color: #314DDB;
}
</style>
background-color css
<style>
a { background-color: #314DDB; }
a { background-color: rgb(49,77,219); }
div.DivClassName
{
background-color: #314DDB;
}
.BgClassName
{
background-color: #314DDB;
}
</style>
border-color css
<style>
span { border-color: #314DDB; }
span { border-color: rgb(49,77,219); }
td.TdClassName
{
border-color: #314DDB;
}
.TagClassName
{
border-color: #314DDB;
}
</style>