Shades of Free Speech Blue #314CE0
Tints of Free Speech Blue #314CE0
RGB
CMYK
RGB Variations
Color information
#314CE0 (or 0x314CE0) is known color: Free Speech Blue. HEX triplet: 31, 4C and E0. RGB value is (49,76,224). Sum of RGB (Red+Green+Blue) = 49+76+224=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #314CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CE0 is #CEB31F. Grayscale: #545454. Windows color (decimal): -13546272 or 14699569. OLE color: 14699569.
HSL color Cylindrical-coordinate representation of color #314CE0: hue angle of 230.74º degrees, saturation: 0.74, 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 #314CE0 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 76 | 224 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.12 |
| HSL | 230.74º | 0.74% | 0.54% | - |
| HSV(B) | 230.74º | 0.78% | 0.88% | - |
| XYZ | 17.31 | 11.2 | 71.77 | - |
| YUV | 84.8 | 206.55 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 224 | 0.78 | 0.66 | 0 | 0.12 | 230.74 | 0.74 | 0.54 |
| Hex | 31 | 4C | E0 | 4E | 42 | 0 | C | E7 | 4A | 36 |
| Octal | 61 | 114 | 340 | 116 | 102 | 0 | 14 | 347 | 112 | 66 |
| Binary | 110001 | 1001100 | 11100000 | 1001110 | 1000010 | 0 | 1100 | 11100111 | 1001010 | 110110 |
Color Harmonies of #314CE0
Complementary color
Monochromatic Colors of #314CE0
Black with #314CE0
Text Example
Text Example
White with #314CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CE0; }
p { color: rgb(49,76,224); }
H1.HeaderClassName
{
color: #314CE0;
}
.AnyTagClassName
{
color: #314CE0;
}
</style>
background-color css
<style>
a { background-color: #314CE0; }
a { background-color: rgb(49,76,224); }
div.DivClassName
{
background-color: #314CE0;
}
.BgClassName
{
background-color: #314CE0;
}
</style>
border-color css
<style>
span { border-color: #314CE0; }
span { border-color: rgb(49,76,224); }
td.TdClassName
{
border-color: #314CE0;
}
.TagClassName
{
border-color: #314CE0;
}
</style>