Shades of Free Speech Blue #313DDD
Tints of Free Speech Blue #313DDD
RGB
CMYK
RGB Variations
Color information
#313DDD (or 0x313DDD) is known color: Free Speech Blue. HEX triplet: 31, 3D and DD. RGB value is (49,61,221). Sum of RGB (Red+Green+Blue) = 49+61+221=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #313DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DDD is #CEC222. Grayscale: #4B4B4B. Windows color (decimal): -13550115 or 14499121. OLE color: 14499121.
HSL color Cylindrical-coordinate representation of color #313DDD: hue angle of 235.81º 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 #313DDD is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 61 | 221 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.81º | 0.72% | 0.53% | - |
| HSV(B) | 235.81º | 0.78% | 0.87% | - |
| XYZ | 15.99 | 9.21 | 69.34 | - |
| YUV | 75.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 221 | 0.78 | 0.72 | 0 | 0.13 | 235.81 | 0.72 | 0.53 |
| Hex | 31 | 3D | DD | 4E | 48 | 0 | D | EC | 48 | 35 |
| Octal | 61 | 75 | 335 | 116 | 110 | 0 | 15 | 354 | 110 | 65 |
| Binary | 110001 | 111101 | 11011101 | 1001110 | 1001000 | 0 | 1101 | 11101100 | 1001000 | 110101 |
Color Harmonies of #313DDD
Complementary color
Monochromatic Colors of #313DDD
Black with #313DDD
Text Example
Text Example
White with #313DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DDD; }
p { color: rgb(49,61,221); }
H1.HeaderClassName
{
color: #313DDD;
}
.AnyTagClassName
{
color: #313DDD;
}
</style>
background-color css
<style>
a { background-color: #313DDD; }
a { background-color: rgb(49,61,221); }
div.DivClassName
{
background-color: #313DDD;
}
.BgClassName
{
background-color: #313DDD;
}
</style>
border-color css
<style>
span { border-color: #313DDD; }
span { border-color: rgb(49,61,221); }
td.TdClassName
{
border-color: #313DDD;
}
.TagClassName
{
border-color: #313DDD;
}
</style>