Shades of Free Speech Blue #3246DB
Tints of Free Speech Blue #3246DB
RGB
CMYK
RGB Variations
Color information
#3246DB (or 0x3246DB) is known color: Free Speech Blue. HEX triplet: 32, 46 and DB. RGB value is (50,70,219). Sum of RGB (Red+Green+Blue) = 50+70+219=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #3246DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246DB is #CDB924. Grayscale: #505050. Windows color (decimal): -13482277 or 14370354. OLE color: 14370354.
HSL color Cylindrical-coordinate representation of color #3246DB: hue angle of 232.9º 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 #3246DB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 70 | 219 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.14 |
| HSL | 232.9º | 0.7% | 0.53% | - |
| HSV(B) | 232.9º | 0.77% | 0.86% | - |
| XYZ | 16.29 | 10.17 | 68.12 | - |
| YUV | 81.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 219 | 0.77 | 0.68 | 0 | 0.14 | 232.9 | 0.7 | 0.53 |
| Hex | 32 | 46 | DB | 4D | 44 | 0 | E | E9 | 46 | 35 |
| Octal | 62 | 106 | 333 | 115 | 104 | 0 | 16 | 351 | 106 | 65 |
| Binary | 110010 | 1000110 | 11011011 | 1001101 | 1000100 | 0 | 1110 | 11101001 | 1000110 | 110101 |
Color Harmonies of #3246DB
Complementary color
Monochromatic Colors of #3246DB
Black with #3246DB
Text Example
Text Example
White with #3246DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246DB; }
p { color: rgb(50,70,219); }
H1.HeaderClassName
{
color: #3246DB;
}
.AnyTagClassName
{
color: #3246DB;
}
</style>
background-color css
<style>
a { background-color: #3246DB; }
a { background-color: rgb(50,70,219); }
div.DivClassName
{
background-color: #3246DB;
}
.BgClassName
{
background-color: #3246DB;
}
</style>
border-color css
<style>
span { border-color: #3246DB; }
span { border-color: rgb(50,70,219); }
td.TdClassName
{
border-color: #3246DB;
}
.TagClassName
{
border-color: #3246DB;
}
</style>