Shades of Free Speech Blue #3141DB
Tints of Free Speech Blue #3141DB
RGB
CMYK
RGB Variations
Color information
#3141DB (or 0x3141DB) is known color: Free Speech Blue. HEX triplet: 31, 41 and DB. RGB value is (49,65,219). Sum of RGB (Red+Green+Blue) = 49+65+219=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #3141DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141DB is #CEBE24. Grayscale: #4D4D4D. Windows color (decimal): -13549093 or 14369073. OLE color: 14369073.
HSL color Cylindrical-coordinate representation of color #3141DB: hue angle of 234.35º 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 #3141DB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 65 | 219 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.14 |
| HSL | 234.35º | 0.7% | 0.53% | - |
| HSV(B) | 234.35º | 0.78% | 0.86% | - |
| XYZ | 15.94 | 9.55 | 68.02 | - |
| YUV | 77.77 | 207.7 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 219 | 0.78 | 0.70 | 0 | 0.14 | 234.35 | 0.7 | 0.53 |
| Hex | 31 | 41 | DB | 4E | 46 | 0 | E | EA | 46 | 35 |
| Octal | 61 | 101 | 333 | 116 | 106 | 0 | 16 | 352 | 106 | 65 |
| Binary | 110001 | 1000001 | 11011011 | 1001110 | 1000110 | 0 | 1110 | 11101010 | 1000110 | 110101 |
Color Harmonies of #3141DB
Complementary color
Monochromatic Colors of #3141DB
Black with #3141DB
Text Example
Text Example
White with #3141DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141DB; }
p { color: rgb(49,65,219); }
H1.HeaderClassName
{
color: #3141DB;
}
.AnyTagClassName
{
color: #3141DB;
}
</style>
background-color css
<style>
a { background-color: #3141DB; }
a { background-color: rgb(49,65,219); }
div.DivClassName
{
background-color: #3141DB;
}
.BgClassName
{
background-color: #3141DB;
}
</style>
border-color css
<style>
span { border-color: #3141DB; }
span { border-color: rgb(49,65,219); }
td.TdClassName
{
border-color: #3141DB;
}
.TagClassName
{
border-color: #3141DB;
}
</style>