Shades of Free Speech Blue #314EDA
Tints of Free Speech Blue #314EDA
RGB
CMYK
RGB Variations
Color information
#314EDA (or 0x314EDA) is known color: Free Speech Blue. HEX triplet: 31, 4E and DA. RGB value is (49,78,218). Sum of RGB (Red+Green+Blue) = 49+78+218=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #314EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EDA is #CEB125. Grayscale: #545454. Windows color (decimal): -13545766 or 14306865. OLE color: 14306865.
HSL color Cylindrical-coordinate representation of color #314EDA: hue angle of 229.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314EDA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 78 | 218 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.15 |
| HSL | 229.7º | 0.7% | 0.52% | - |
| HSV(B) | 229.7º | 0.78% | 0.85% | - |
| XYZ | 16.65 | 11.16 | 67.61 | - |
| YUV | 85.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 218 | 0.78 | 0.64 | 0 | 0.15 | 229.7 | 0.7 | 0.52 |
| Hex | 31 | 4E | DA | 4E | 40 | 0 | F | E6 | 46 | 34 |
| Octal | 61 | 116 | 332 | 116 | 100 | 0 | 17 | 346 | 106 | 64 |
| Binary | 110001 | 1001110 | 11011010 | 1001110 | 1000000 | 0 | 1111 | 11100110 | 1000110 | 110100 |
Color Harmonies of #314EDA
Complementary color
Monochromatic Colors of #314EDA
Black with #314EDA
Text Example
Text Example
White with #314EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EDA; }
p { color: rgb(49,78,218); }
H1.HeaderClassName
{
color: #314EDA;
}
.AnyTagClassName
{
color: #314EDA;
}
</style>
background-color css
<style>
a { background-color: #314EDA; }
a { background-color: rgb(49,78,218); }
div.DivClassName
{
background-color: #314EDA;
}
.BgClassName
{
background-color: #314EDA;
}
</style>
border-color css
<style>
span { border-color: #314EDA; }
span { border-color: rgb(49,78,218); }
td.TdClassName
{
border-color: #314EDA;
}
.TagClassName
{
border-color: #314EDA;
}
</style>