Shades of Free Speech Blue #3349DB
Tints of Free Speech Blue #3349DB
RGB
CMYK
RGB Variations
Color information
#3349DB (or 0x3349DB) is known color: Free Speech Blue. HEX triplet: 33, 49 and DB. RGB value is (51,73,219). Sum of RGB (Red+Green+Blue) = 51+73+219=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #3349DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349DB is #CCB624. Grayscale: #525252. Windows color (decimal): -13415973 or 14371123. OLE color: 14371123.
HSL color Cylindrical-coordinate representation of color #3349DB: hue angle of 232.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3349DB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 73 | 219 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.14 |
| HSL | 232.14º | 0.7% | 0.53% | - |
| HSV(B) | 232.14º | 0.77% | 0.86% | - |
| XYZ | 16.53 | 10.58 | 68.19 | - |
| YUV | 83.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 219 | 0.77 | 0.67 | 0 | 0.14 | 232.14 | 0.7 | 0.53 |
| Hex | 33 | 49 | DB | 4D | 43 | 0 | E | E8 | 46 | 35 |
| Octal | 63 | 111 | 333 | 115 | 103 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110011 | 1001001 | 11011011 | 1001101 | 1000011 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #3349DB
Complementary color
Monochromatic Colors of #3349DB
Black with #3349DB
Text Example
Text Example
White with #3349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349DB; }
p { color: rgb(51,73,219); }
H1.HeaderClassName
{
color: #3349DB;
}
.AnyTagClassName
{
color: #3349DB;
}
</style>
background-color css
<style>
a { background-color: #3349DB; }
a { background-color: rgb(51,73,219); }
div.DivClassName
{
background-color: #3349DB;
}
.BgClassName
{
background-color: #3349DB;
}
</style>
border-color css
<style>
span { border-color: #3349DB; }
span { border-color: rgb(51,73,219); }
td.TdClassName
{
border-color: #3349DB;
}
.TagClassName
{
border-color: #3349DB;
}
</style>