Shades of Free Speech Blue #314CDC
Tints of Free Speech Blue #314CDC
RGB
CMYK
RGB Variations
Color information
#314CDC (or 0x314CDC) is known color: Free Speech Blue. HEX triplet: 31, 4C and DC. RGB value is (49,76,220). Sum of RGB (Red+Green+Blue) = 49+76+220=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #314CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CDC is #CEB323. Grayscale: #535353. Windows color (decimal): -13546276 or 14437425. OLE color: 14437425.
HSL color Cylindrical-coordinate representation of color #314CDC: hue angle of 230.53º 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 #314CDC is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 76 | 220 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.14 |
| HSL | 230.53º | 0.71% | 0.53% | - |
| HSV(B) | 230.53º | 0.78% | 0.86% | - |
| XYZ | 16.77 | 10.99 | 68.95 | - |
| YUV | 84.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 220 | 0.78 | 0.65 | 0 | 0.14 | 230.53 | 0.71 | 0.53 |
| Hex | 31 | 4C | DC | 4E | 41 | 0 | E | E7 | 47 | 35 |
| Octal | 61 | 114 | 334 | 116 | 101 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110001 | 1001100 | 11011100 | 1001110 | 1000001 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #314CDC
Complementary color
Monochromatic Colors of #314CDC
Black with #314CDC
Text Example
Text Example
White with #314CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CDC; }
p { color: rgb(49,76,220); }
H1.HeaderClassName
{
color: #314CDC;
}
.AnyTagClassName
{
color: #314CDC;
}
</style>
background-color css
<style>
a { background-color: #314CDC; }
a { background-color: rgb(49,76,220); }
div.DivClassName
{
background-color: #314CDC;
}
.BgClassName
{
background-color: #314CDC;
}
</style>
border-color css
<style>
span { border-color: #314CDC; }
span { border-color: rgb(49,76,220); }
td.TdClassName
{
border-color: #314CDC;
}
.TagClassName
{
border-color: #314CDC;
}
</style>