Shades of Free Speech Blue #3149DB
Tints of Free Speech Blue #3149DB
RGB
CMYK
RGB Variations
Color information
#3149DB (or 0x3149DB) is known color: Free Speech Blue. HEX triplet: 31, 49 and DB. RGB value is (49,73,219). Sum of RGB (Red+Green+Blue) = 49+73+219=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #3149DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149DB is #CEB624. Grayscale: #515151. Windows color (decimal): -13547045 or 14371121. OLE color: 14371121.
HSL color Cylindrical-coordinate representation of color #3149DB: hue angle of 231.53º 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 #3149DB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 73 | 219 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.14 |
| HSL | 231.53º | 0.7% | 0.53% | - |
| HSV(B) | 231.53º | 0.78% | 0.86% | - |
| XYZ | 16.44 | 10.53 | 68.18 | - |
| YUV | 82.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 219 | 0.78 | 0.67 | 0 | 0.14 | 231.53 | 0.7 | 0.53 |
| Hex | 31 | 49 | DB | 4E | 43 | 0 | E | E8 | 46 | 35 |
| Octal | 61 | 111 | 333 | 116 | 103 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110001 | 1001001 | 11011011 | 1001110 | 1000011 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #3149DB
Complementary color
Monochromatic Colors of #3149DB
Black with #3149DB
Text Example
Text Example
White with #3149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3149DB; }
p { color: rgb(49,73,219); }
H1.HeaderClassName
{
color: #3149DB;
}
.AnyTagClassName
{
color: #3149DB;
}
</style>
background-color css
<style>
a { background-color: #3149DB; }
a { background-color: rgb(49,73,219); }
div.DivClassName
{
background-color: #3149DB;
}
.BgClassName
{
background-color: #3149DB;
}
</style>
border-color css
<style>
span { border-color: #3149DB; }
span { border-color: rgb(49,73,219); }
td.TdClassName
{
border-color: #3149DB;
}
.TagClassName
{
border-color: #3149DB;
}
</style>