Shades of Free Speech Blue #314CDE
Tints of Free Speech Blue #314CDE
RGB
CMYK
RGB Variations
Color information
#314CDE (or 0x314CDE) is known color: Free Speech Blue. HEX triplet: 31, 4C and DE. RGB value is (49,76,222). Sum of RGB (Red+Green+Blue) = 49+76+222=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #314CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CDE is #CEB321. Grayscale: #535353. Windows color (decimal): -13546274 or 14568497. OLE color: 14568497.
HSL color Cylindrical-coordinate representation of color #314CDE: hue angle of 230.64º 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 #314CDE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 76 | 222 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.64º | 0.72% | 0.53% | - |
| HSV(B) | 230.64º | 0.78% | 0.87% | - |
| XYZ | 17.04 | 11.1 | 70.35 | - |
| YUV | 84.57 | 205.55 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 222 | 0.78 | 0.66 | 0 | 0.13 | 230.64 | 0.72 | 0.53 |
| Hex | 31 | 4C | DE | 4E | 42 | 0 | D | E7 | 48 | 35 |
| Octal | 61 | 114 | 336 | 116 | 102 | 0 | 15 | 347 | 110 | 65 |
| Binary | 110001 | 1001100 | 11011110 | 1001110 | 1000010 | 0 | 1101 | 11100111 | 1001000 | 110101 |
Color Harmonies of #314CDE
Complementary color
Monochromatic Colors of #314CDE
Black with #314CDE
Text Example
Text Example
White with #314CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CDE; }
p { color: rgb(49,76,222); }
H1.HeaderClassName
{
color: #314CDE;
}
.AnyTagClassName
{
color: #314CDE;
}
</style>
background-color css
<style>
a { background-color: #314CDE; }
a { background-color: rgb(49,76,222); }
div.DivClassName
{
background-color: #314CDE;
}
.BgClassName
{
background-color: #314CDE;
}
</style>
border-color css
<style>
span { border-color: #314CDE; }
span { border-color: rgb(49,76,222); }
td.TdClassName
{
border-color: #314CDE;
}
.TagClassName
{
border-color: #314CDE;
}
</style>