Shades of Free Speech Blue #3250DB
Tints of Free Speech Blue #3250DB
RGB
CMYK
RGB Variations
Color information
#3250DB (or 0x3250DB) is known color: Free Speech Blue. HEX triplet: 32, 50 and DB. RGB value is (50,80,219). Sum of RGB (Red+Green+Blue) = 50+80+219=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #3250DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250DB is #CDAF24. Grayscale: #565656. Windows color (decimal): -13479717 or 14372914. OLE color: 14372914.
HSL color Cylindrical-coordinate representation of color #3250DB: hue angle of 229.35º 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 #3250DB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 80 | 219 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.14 |
| HSL | 229.35º | 0.7% | 0.53% | - |
| HSV(B) | 229.35º | 0.77% | 0.86% | - |
| XYZ | 16.97 | 11.53 | 68.35 | - |
| YUV | 86.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 219 | 0.77 | 0.63 | 0 | 0.14 | 229.35 | 0.7 | 0.53 |
| Hex | 32 | 50 | DB | 4D | 3F | 0 | E | E5 | 46 | 35 |
| Octal | 62 | 120 | 333 | 115 | 77 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110010 | 1010000 | 11011011 | 1001101 | 111111 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3250DB
Complementary color
Monochromatic Colors of #3250DB
Black with #3250DB
Text Example
Text Example
White with #3250DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250DB; }
p { color: rgb(50,80,219); }
H1.HeaderClassName
{
color: #3250DB;
}
.AnyTagClassName
{
color: #3250DB;
}
</style>
background-color css
<style>
a { background-color: #3250DB; }
a { background-color: rgb(50,80,219); }
div.DivClassName
{
background-color: #3250DB;
}
.BgClassName
{
background-color: #3250DB;
}
</style>
border-color css
<style>
span { border-color: #3250DB; }
span { border-color: rgb(50,80,219); }
td.TdClassName
{
border-color: #3250DB;
}
.TagClassName
{
border-color: #3250DB;
}
</style>