Shades of Free Speech Blue #3931DB
Tints of Free Speech Blue #3931DB
RGB
CMYK
RGB Variations
Color information
#3931DB (or 0x3931DB) is known color: Free Speech Blue. HEX triplet: 39, 31 and DB. RGB value is (57,49,219). Sum of RGB (Red+Green+Blue) = 57+49+219=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #3931DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931DB is #C6CE24. Grayscale: #464646. Windows color (decimal): -13028901 or 14364985. OLE color: 14364985.
HSL color Cylindrical-coordinate representation of color #3931DB: hue angle of 242.82º 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 #3931DB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 49 | 219 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.14 |
| HSL | 242.82º | 0.7% | 0.53% | - |
| HSV(B) | 242.82º | 0.78% | 0.86% | - |
| XYZ | 15.57 | 8.18 | 67.78 | - |
| YUV | 70.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 219 | 0.74 | 0.78 | 0 | 0.14 | 242.82 | 0.7 | 0.53 |
| Hex | 39 | 31 | DB | 4A | 4E | 0 | E | F3 | 46 | 35 |
| Octal | 71 | 61 | 333 | 112 | 116 | 0 | 16 | 363 | 106 | 65 |
| Binary | 111001 | 110001 | 11011011 | 1001010 | 1001110 | 0 | 1110 | 11110011 | 1000110 | 110101 |
Color Harmonies of #3931DB
Complementary color
Monochromatic Colors of #3931DB
Black with #3931DB
Text Example
Text Example
White with #3931DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931DB; }
p { color: rgb(57,49,219); }
H1.HeaderClassName
{
color: #3931DB;
}
.AnyTagClassName
{
color: #3931DB;
}
</style>
background-color css
<style>
a { background-color: #3931DB; }
a { background-color: rgb(57,49,219); }
div.DivClassName
{
background-color: #3931DB;
}
.BgClassName
{
background-color: #3931DB;
}
</style>
border-color css
<style>
span { border-color: #3931DB; }
span { border-color: rgb(57,49,219); }
td.TdClassName
{
border-color: #3931DB;
}
.TagClassName
{
border-color: #3931DB;
}
</style>