Shades of Free Speech Blue #3346DB
Tints of Free Speech Blue #3346DB
RGB
CMYK
RGB Variations
Color information
#3346DB (or 0x3346DB) is known color: Free Speech Blue. HEX triplet: 33, 46 and DB. RGB value is (51,70,219). Sum of RGB (Red+Green+Blue) = 51+70+219=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #3346DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346DB is #CCB924. Grayscale: #505050. Windows color (decimal): -13416741 or 14370355. OLE color: 14370355.
HSL color Cylindrical-coordinate representation of color #3346DB: hue angle of 233.21º 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 #3346DB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 70 | 219 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.14 |
| HSL | 233.21º | 0.7% | 0.53% | - |
| HSV(B) | 233.21º | 0.77% | 0.86% | - |
| XYZ | 16.34 | 10.2 | 68.13 | - |
| YUV | 81.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 219 | 0.77 | 0.68 | 0 | 0.14 | 233.21 | 0.7 | 0.53 |
| Hex | 33 | 46 | DB | 4D | 44 | 0 | E | E9 | 46 | 35 |
| Octal | 63 | 106 | 333 | 115 | 104 | 0 | 16 | 351 | 106 | 65 |
| Binary | 110011 | 1000110 | 11011011 | 1001101 | 1000100 | 0 | 1110 | 11101001 | 1000110 | 110101 |
Color Harmonies of #3346DB
Complementary color
Monochromatic Colors of #3346DB
Black with #3346DB
Text Example
Text Example
White with #3346DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3346DB; }
p { color: rgb(51,70,219); }
H1.HeaderClassName
{
color: #3346DB;
}
.AnyTagClassName
{
color: #3346DB;
}
</style>
background-color css
<style>
a { background-color: #3346DB; }
a { background-color: rgb(51,70,219); }
div.DivClassName
{
background-color: #3346DB;
}
.BgClassName
{
background-color: #3346DB;
}
</style>
border-color css
<style>
span { border-color: #3346DB; }
span { border-color: rgb(51,70,219); }
td.TdClassName
{
border-color: #3346DB;
}
.TagClassName
{
border-color: #3346DB;
}
</style>