Shades of Free Speech Blue #3151DB
Tints of Free Speech Blue #3151DB
RGB
CMYK
RGB Variations
Color information
#3151DB (or 0x3151DB) is known color: Free Speech Blue. HEX triplet: 31, 51 and DB. RGB value is (49,81,219). Sum of RGB (Red+Green+Blue) = 49+81+219=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #3151DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151DB is #CEAE24. Grayscale: #565656. Windows color (decimal): -13544997 or 14373169. OLE color: 14373169.
HSL color Cylindrical-coordinate representation of color #3151DB: hue angle of 228.71º 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 #3151DB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 81 | 219 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.14 |
| HSL | 228.71º | 0.7% | 0.53% | - |
| HSV(B) | 228.71º | 0.78% | 0.86% | - |
| XYZ | 17 | 11.65 | 68.37 | - |
| YUV | 87.16 | 202.4 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 219 | 0.78 | 0.63 | 0 | 0.14 | 228.71 | 0.7 | 0.53 |
| Hex | 31 | 51 | DB | 4E | 3F | 0 | E | E5 | 46 | 35 |
| Octal | 61 | 121 | 333 | 116 | 77 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110001 | 1010001 | 11011011 | 1001110 | 111111 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3151DB
Complementary color
Monochromatic Colors of #3151DB
Black with #3151DB
Text Example
Text Example
White with #3151DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151DB; }
p { color: rgb(49,81,219); }
H1.HeaderClassName
{
color: #3151DB;
}
.AnyTagClassName
{
color: #3151DB;
}
</style>
background-color css
<style>
a { background-color: #3151DB; }
a { background-color: rgb(49,81,219); }
div.DivClassName
{
background-color: #3151DB;
}
.BgClassName
{
background-color: #3151DB;
}
</style>
border-color css
<style>
span { border-color: #3151DB; }
span { border-color: rgb(49,81,219); }
td.TdClassName
{
border-color: #3151DB;
}
.TagClassName
{
border-color: #3151DB;
}
</style>