Shades of Free Speech Blue #314BDB
Tints of Free Speech Blue #314BDB
RGB
CMYK
RGB Variations
Color information
#314BDB (or 0x314BDB) is known color: Free Speech Blue. HEX triplet: 31, 4B and DB. RGB value is (49,75,219). Sum of RGB (Red+Green+Blue) = 49+75+219=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #314BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BDB is #CEB424. Grayscale: #535353. Windows color (decimal): -13546533 or 14371633. OLE color: 14371633.
HSL color Cylindrical-coordinate representation of color #314BDB: hue angle of 230.82º 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 #314BDB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 75 | 219 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.14 |
| HSL | 230.82º | 0.7% | 0.53% | - |
| HSV(B) | 230.82º | 0.78% | 0.86% | - |
| XYZ | 16.57 | 10.8 | 68.23 | - |
| YUV | 83.64 | 204.39 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 219 | 0.78 | 0.66 | 0 | 0.14 | 230.82 | 0.7 | 0.53 |
| Hex | 31 | 4B | DB | 4E | 42 | 0 | E | E7 | 46 | 35 |
| Octal | 61 | 113 | 333 | 116 | 102 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110001 | 1001011 | 11011011 | 1001110 | 1000010 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #314BDB
Complementary color
Monochromatic Colors of #314BDB
Black with #314BDB
Text Example
Text Example
White with #314BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BDB; }
p { color: rgb(49,75,219); }
H1.HeaderClassName
{
color: #314BDB;
}
.AnyTagClassName
{
color: #314BDB;
}
</style>
background-color css
<style>
a { background-color: #314BDB; }
a { background-color: rgb(49,75,219); }
div.DivClassName
{
background-color: #314BDB;
}
.BgClassName
{
background-color: #314BDB;
}
</style>
border-color css
<style>
span { border-color: #314BDB; }
span { border-color: rgb(49,75,219); }
td.TdClassName
{
border-color: #314BDB;
}
.TagClassName
{
border-color: #314BDB;
}
</style>