Shades of Free Speech Blue #314ADB
Tints of Free Speech Blue #314ADB
RGB
CMYK
RGB Variations
Color information
#314ADB (or 0x314ADB) is known color: Free Speech Blue. HEX triplet: 31, 4A and DB. RGB value is (49,74,219). Sum of RGB (Red+Green+Blue) = 49+74+219=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #314ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ADB is #CEB524. Grayscale: #525252. Windows color (decimal): -13546789 or 14371377. OLE color: 14371377.
HSL color Cylindrical-coordinate representation of color #314ADB: hue angle of 231.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314ADB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 74 | 219 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.14 |
| HSL | 231.18º | 0.7% | 0.53% | - |
| HSV(B) | 231.18º | 0.78% | 0.86% | - |
| XYZ | 16.5 | 10.67 | 68.21 | - |
| YUV | 83.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 219 | 0.78 | 0.66 | 0 | 0.14 | 231.18 | 0.7 | 0.53 |
| Hex | 31 | 4A | DB | 4E | 42 | 0 | E | E7 | 46 | 35 |
| Octal | 61 | 112 | 333 | 116 | 102 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110001 | 1001010 | 11011011 | 1001110 | 1000010 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #314ADB
Complementary color
Monochromatic Colors of #314ADB
Black with #314ADB
Text Example
Text Example
White with #314ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314ADB; }
p { color: rgb(49,74,219); }
H1.HeaderClassName
{
color: #314ADB;
}
.AnyTagClassName
{
color: #314ADB;
}
</style>
background-color css
<style>
a { background-color: #314ADB; }
a { background-color: rgb(49,74,219); }
div.DivClassName
{
background-color: #314ADB;
}
.BgClassName
{
background-color: #314ADB;
}
</style>
border-color css
<style>
span { border-color: #314ADB; }
span { border-color: rgb(49,74,219); }
td.TdClassName
{
border-color: #314ADB;
}
.TagClassName
{
border-color: #314ADB;
}
</style>