Shades of Free Speech Blue #314BDC
Tints of Free Speech Blue #314BDC
RGB
CMYK
RGB Variations
Color information
#314BDC (or 0x314BDC) is known color: Free Speech Blue. HEX triplet: 31, 4B and DC. RGB value is (49,75,220). Sum of RGB (Red+Green+Blue) = 49+75+220=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #314BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BDC is #CEB423. Grayscale: #535353. Windows color (decimal): -13546532 or 14437169. OLE color: 14437169.
HSL color Cylindrical-coordinate representation of color #314BDC: hue angle of 230.88º degrees, saturation: 0.71, 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 #314BDC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 75 | 220 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.14 |
| HSL | 230.88º | 0.71% | 0.53% | - |
| HSV(B) | 230.88º | 0.78% | 0.86% | - |
| XYZ | 16.7 | 10.85 | 68.92 | - |
| YUV | 83.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 220 | 0.78 | 0.66 | 0 | 0.14 | 230.88 | 0.71 | 0.53 |
| Hex | 31 | 4B | DC | 4E | 42 | 0 | E | E7 | 47 | 35 |
| Octal | 61 | 113 | 334 | 116 | 102 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110001 | 1001011 | 11011100 | 1001110 | 1000010 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #314BDC
Complementary color
Monochromatic Colors of #314BDC
Black with #314BDC
Text Example
Text Example
White with #314BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BDC; }
p { color: rgb(49,75,220); }
H1.HeaderClassName
{
color: #314BDC;
}
.AnyTagClassName
{
color: #314BDC;
}
</style>
background-color css
<style>
a { background-color: #314BDC; }
a { background-color: rgb(49,75,220); }
div.DivClassName
{
background-color: #314BDC;
}
.BgClassName
{
background-color: #314BDC;
}
</style>
border-color css
<style>
span { border-color: #314BDC; }
span { border-color: rgb(49,75,220); }
td.TdClassName
{
border-color: #314BDC;
}
.TagClassName
{
border-color: #314BDC;
}
</style>