Shades of Free Speech Blue #314CE1
Tints of Free Speech Blue #314CE1
RGB
CMYK
RGB Variations
Color information
#314CE1 (or 0x314CE1) is known color: Free Speech Blue. HEX triplet: 31, 4C and E1. RGB value is (49,76,225). Sum of RGB (Red+Green+Blue) = 49+76+225=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #314CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CE1 is #CEB31E. Grayscale: #545454. Windows color (decimal): -13546271 or 14765105. OLE color: 14765105.
HSL color Cylindrical-coordinate representation of color #314CE1: hue angle of 230.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314CE1 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 76 | 225 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.12 |
| HSL | 230.8º | 0.75% | 0.54% | - |
| HSV(B) | 230.8º | 0.78% | 0.88% | - |
| XYZ | 17.44 | 11.26 | 72.49 | - |
| YUV | 84.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 225 | 0.78 | 0.66 | 0 | 0.12 | 230.8 | 0.75 | 0.54 |
| Hex | 31 | 4C | E1 | 4E | 42 | 0 | C | E7 | 4B | 36 |
| Octal | 61 | 114 | 341 | 116 | 102 | 0 | 14 | 347 | 113 | 66 |
| Binary | 110001 | 1001100 | 11100001 | 1001110 | 1000010 | 0 | 1100 | 11100111 | 1001011 | 110110 |
Color Harmonies of #314CE1
Complementary color
Monochromatic Colors of #314CE1
Black with #314CE1
Text Example
Text Example
White with #314CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CE1; }
p { color: rgb(49,76,225); }
H1.HeaderClassName
{
color: #314CE1;
}
.AnyTagClassName
{
color: #314CE1;
}
</style>
background-color css
<style>
a { background-color: #314CE1; }
a { background-color: rgb(49,76,225); }
div.DivClassName
{
background-color: #314CE1;
}
.BgClassName
{
background-color: #314CE1;
}
</style>
border-color css
<style>
span { border-color: #314CE1; }
span { border-color: rgb(49,76,225); }
td.TdClassName
{
border-color: #314CE1;
}
.TagClassName
{
border-color: #314CE1;
}
</style>