Shades of Free Speech Blue #314BDD
Tints of Free Speech Blue #314BDD
RGB
CMYK
RGB Variations
Color information
#314BDD (or 0x314BDD) is known color: Free Speech Blue. HEX triplet: 31, 4B and DD. RGB value is (49,75,221). Sum of RGB (Red+Green+Blue) = 49+75+221=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #314BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BDD is #CEB422. Grayscale: #535353. Windows color (decimal): -13546531 or 14502705. OLE color: 14502705.
HSL color Cylindrical-coordinate representation of color #314BDD: hue angle of 230.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314BDD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 75 | 221 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.93º | 0.72% | 0.53% | - |
| HSV(B) | 230.93º | 0.78% | 0.87% | - |
| XYZ | 16.83 | 10.91 | 69.62 | - |
| YUV | 83.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 221 | 0.78 | 0.66 | 0 | 0.13 | 230.93 | 0.72 | 0.53 |
| Hex | 31 | 4B | DD | 4E | 42 | 0 | D | E7 | 48 | 35 |
| Octal | 61 | 113 | 335 | 116 | 102 | 0 | 15 | 347 | 110 | 65 |
| Binary | 110001 | 1001011 | 11011101 | 1001110 | 1000010 | 0 | 1101 | 11100111 | 1001000 | 110101 |
Color Harmonies of #314BDD
Complementary color
Monochromatic Colors of #314BDD
Black with #314BDD
Text Example
Text Example
White with #314BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BDD; }
p { color: rgb(49,75,221); }
H1.HeaderClassName
{
color: #314BDD;
}
.AnyTagClassName
{
color: #314BDD;
}
</style>
background-color css
<style>
a { background-color: #314BDD; }
a { background-color: rgb(49,75,221); }
div.DivClassName
{
background-color: #314BDD;
}
.BgClassName
{
background-color: #314BDD;
}
</style>
border-color css
<style>
span { border-color: #314BDD; }
span { border-color: rgb(49,75,221); }
td.TdClassName
{
border-color: #314BDD;
}
.TagClassName
{
border-color: #314BDD;
}
</style>