Shades of Free Speech Blue #3350DB
Tints of Free Speech Blue #3350DB
RGB
CMYK
RGB Variations
Color information
#3350DB (or 0x3350DB) is known color: Free Speech Blue. HEX triplet: 33, 50 and DB. RGB value is (51,80,219). Sum of RGB (Red+Green+Blue) = 51+80+219=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #3350DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350DB is #CCAF24. Grayscale: #565656. Windows color (decimal): -13414181 or 14372915. OLE color: 14372915.
HSL color Cylindrical-coordinate representation of color #3350DB: hue angle of 229.64º 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 #3350DB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 80 | 219 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.14 |
| HSL | 229.64º | 0.7% | 0.53% | - |
| HSV(B) | 229.64º | 0.77% | 0.86% | - |
| XYZ | 17.02 | 11.56 | 68.35 | - |
| YUV | 87.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 219 | 0.77 | 0.63 | 0 | 0.14 | 229.64 | 0.7 | 0.53 |
| Hex | 33 | 50 | DB | 4D | 3F | 0 | E | E6 | 46 | 35 |
| Octal | 63 | 120 | 333 | 115 | 77 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110011 | 1010000 | 11011011 | 1001101 | 111111 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #3350DB
Complementary color
Monochromatic Colors of #3350DB
Black with #3350DB
Text Example
Text Example
White with #3350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350DB; }
p { color: rgb(51,80,219); }
H1.HeaderClassName
{
color: #3350DB;
}
.AnyTagClassName
{
color: #3350DB;
}
</style>
background-color css
<style>
a { background-color: #3350DB; }
a { background-color: rgb(51,80,219); }
div.DivClassName
{
background-color: #3350DB;
}
.BgClassName
{
background-color: #3350DB;
}
</style>
border-color css
<style>
span { border-color: #3350DB; }
span { border-color: rgb(51,80,219); }
td.TdClassName
{
border-color: #3350DB;
}
.TagClassName
{
border-color: #3350DB;
}
</style>