Shades of Free Speech Blue #314FDB
Tints of Free Speech Blue #314FDB
RGB
CMYK
RGB Variations
Color information
#314FDB (or 0x314FDB) is known color: Free Speech Blue. HEX triplet: 31, 4F and DB. RGB value is (49,79,219). Sum of RGB (Red+Green+Blue) = 49+79+219=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #314FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FDB is #CEB024. Grayscale: #555555. Windows color (decimal): -13545509 or 14372657. OLE color: 14372657.
HSL color Cylindrical-coordinate representation of color #314FDB: hue angle of 229.41º 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 #314FDB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 79 | 219 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.14 |
| HSL | 229.41º | 0.7% | 0.53% | - |
| HSV(B) | 229.41º | 0.78% | 0.86% | - |
| XYZ | 16.85 | 11.36 | 68.32 | - |
| YUV | 85.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 219 | 0.78 | 0.64 | 0 | 0.14 | 229.41 | 0.7 | 0.53 |
| Hex | 31 | 4F | DB | 4E | 40 | 0 | E | E5 | 46 | 35 |
| Octal | 61 | 117 | 333 | 116 | 100 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110001 | 1001111 | 11011011 | 1001110 | 1000000 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #314FDB
Complementary color
Monochromatic Colors of #314FDB
Black with #314FDB
Text Example
Text Example
White with #314FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FDB; }
p { color: rgb(49,79,219); }
H1.HeaderClassName
{
color: #314FDB;
}
.AnyTagClassName
{
color: #314FDB;
}
</style>
background-color css
<style>
a { background-color: #314FDB; }
a { background-color: rgb(49,79,219); }
div.DivClassName
{
background-color: #314FDB;
}
.BgClassName
{
background-color: #314FDB;
}
</style>
border-color css
<style>
span { border-color: #314FDB; }
span { border-color: rgb(49,79,219); }
td.TdClassName
{
border-color: #314FDB;
}
.TagClassName
{
border-color: #314FDB;
}
</style>