Shades of Free Speech Blue #314CDA
Tints of Free Speech Blue #314CDA
RGB
CMYK
RGB Variations
Color information
#314CDA (or 0x314CDA) is known color: Free Speech Blue. HEX triplet: 31, 4C and DA. RGB value is (49,76,218). Sum of RGB (Red+Green+Blue) = 49+76+218=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #314CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CDA is #CEB325. Grayscale: #535353. Windows color (decimal): -13546278 or 14306353. OLE color: 14306353.
HSL color Cylindrical-coordinate representation of color #314CDA: hue angle of 230.41º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314CDA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 76 | 218 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.15 |
| HSL | 230.41º | 0.7% | 0.52% | - |
| HSV(B) | 230.41º | 0.78% | 0.85% | - |
| XYZ | 16.51 | 10.88 | 67.56 | - |
| YUV | 84.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 218 | 0.78 | 0.65 | 0 | 0.15 | 230.41 | 0.7 | 0.52 |
| Hex | 31 | 4C | DA | 4E | 41 | 0 | F | E6 | 46 | 34 |
| Octal | 61 | 114 | 332 | 116 | 101 | 0 | 17 | 346 | 106 | 64 |
| Binary | 110001 | 1001100 | 11011010 | 1001110 | 1000001 | 0 | 1111 | 11100110 | 1000110 | 110100 |
Color Harmonies of #314CDA
Complementary color
Monochromatic Colors of #314CDA
Black with #314CDA
Text Example
Text Example
White with #314CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CDA; }
p { color: rgb(49,76,218); }
H1.HeaderClassName
{
color: #314CDA;
}
.AnyTagClassName
{
color: #314CDA;
}
</style>
background-color css
<style>
a { background-color: #314CDA; }
a { background-color: rgb(49,76,218); }
div.DivClassName
{
background-color: #314CDA;
}
.BgClassName
{
background-color: #314CDA;
}
</style>
border-color css
<style>
span { border-color: #314CDA; }
span { border-color: rgb(49,76,218); }
td.TdClassName
{
border-color: #314CDA;
}
.TagClassName
{
border-color: #314CDA;
}
</style>