Shades of Free Speech Blue #313DDB
Tints of Free Speech Blue #313DDB
RGB
CMYK
RGB Variations
Color information
#313DDB (or 0x313DDB) is known color: Free Speech Blue. HEX triplet: 31, 3D and DB. RGB value is (49,61,219). Sum of RGB (Red+Green+Blue) = 49+61+219=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #313DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DDB is #CEC224. Grayscale: #4A4A4A. Windows color (decimal): -13550117 or 14368049. OLE color: 14368049.
HSL color Cylindrical-coordinate representation of color #313DDB: hue angle of 235.76º 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 #313DDB is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 61 | 219 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.14 |
| HSL | 235.76º | 0.7% | 0.53% | - |
| HSV(B) | 235.76º | 0.78% | 0.86% | - |
| XYZ | 15.72 | 9.1 | 67.95 | - |
| YUV | 75.42 | 209.02 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 219 | 0.78 | 0.72 | 0 | 0.14 | 235.76 | 0.7 | 0.53 |
| Hex | 31 | 3D | DB | 4E | 48 | 0 | E | EC | 46 | 35 |
| Octal | 61 | 75 | 333 | 116 | 110 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110001 | 111101 | 11011011 | 1001110 | 1001000 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #313DDB
Complementary color
Monochromatic Colors of #313DDB
Black with #313DDB
Text Example
Text Example
White with #313DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DDB; }
p { color: rgb(49,61,219); }
H1.HeaderClassName
{
color: #313DDB;
}
.AnyTagClassName
{
color: #313DDB;
}
</style>
background-color css
<style>
a { background-color: #313DDB; }
a { background-color: rgb(49,61,219); }
div.DivClassName
{
background-color: #313DDB;
}
.BgClassName
{
background-color: #313DDB;
}
</style>
border-color css
<style>
span { border-color: #313DDB; }
span { border-color: rgb(49,61,219); }
td.TdClassName
{
border-color: #313DDB;
}
.TagClassName
{
border-color: #313DDB;
}
</style>