Shades of Free Speech Blue #314CDB
Tints of Free Speech Blue #314CDB
RGB
CMYK
RGB Variations
Color information
#314CDB (or 0x314CDB) is known color: Free Speech Blue. HEX triplet: 31, 4C and DB. RGB value is (49,76,219). Sum of RGB (Red+Green+Blue) = 49+76+219=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #314CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CDB is #CEB324. Grayscale: #535353. Windows color (decimal): -13546277 or 14371889. OLE color: 14371889.
HSL color Cylindrical-coordinate representation of color #314CDB: hue angle of 230.47º 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 #314CDB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 76 | 219 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.14 |
| HSL | 230.47º | 0.7% | 0.53% | - |
| HSV(B) | 230.47º | 0.78% | 0.86% | - |
| XYZ | 16.64 | 10.94 | 68.25 | - |
| YUV | 84.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 219 | 0.78 | 0.65 | 0 | 0.14 | 230.47 | 0.7 | 0.53 |
| Hex | 31 | 4C | DB | 4E | 41 | 0 | E | E6 | 46 | 35 |
| Octal | 61 | 114 | 333 | 116 | 101 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110001 | 1001100 | 11011011 | 1001110 | 1000001 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #314CDB
Complementary color
Monochromatic Colors of #314CDB
Black with #314CDB
Text Example
Text Example
White with #314CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CDB; }
p { color: rgb(49,76,219); }
H1.HeaderClassName
{
color: #314CDB;
}
.AnyTagClassName
{
color: #314CDB;
}
</style>
background-color css
<style>
a { background-color: #314CDB; }
a { background-color: rgb(49,76,219); }
div.DivClassName
{
background-color: #314CDB;
}
.BgClassName
{
background-color: #314CDB;
}
</style>
border-color css
<style>
span { border-color: #314CDB; }
span { border-color: rgb(49,76,219); }
td.TdClassName
{
border-color: #314CDB;
}
.TagClassName
{
border-color: #314CDB;
}
</style>