Shades of Free Speech Blue #3340DB
Tints of Free Speech Blue #3340DB
RGB
CMYK
RGB Variations
Color information
#3340DB (or 0x3340DB) is known color: Free Speech Blue. HEX triplet: 33, 40 and DB. RGB value is (51,64,219). Sum of RGB (Red+Green+Blue) = 51+64+219=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #3340DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340DB is #CCBF24. Grayscale: #4D4D4D. Windows color (decimal): -13418277 or 14368819. OLE color: 14368819.
HSL color Cylindrical-coordinate representation of color #3340DB: hue angle of 235.36º 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 #3340DB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 64 | 219 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.14 |
| HSL | 235.36º | 0.7% | 0.53% | - |
| HSV(B) | 235.36º | 0.77% | 0.86% | - |
| XYZ | 15.98 | 9.49 | 68.01 | - |
| YUV | 77.78 | 207.69 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 219 | 0.77 | 0.71 | 0 | 0.14 | 235.36 | 0.7 | 0.53 |
| Hex | 33 | 40 | DB | 4D | 47 | 0 | E | EB | 46 | 35 |
| Octal | 63 | 100 | 333 | 115 | 107 | 0 | 16 | 353 | 106 | 65 |
| Binary | 110011 | 1000000 | 11011011 | 1001101 | 1000111 | 0 | 1110 | 11101011 | 1000110 | 110101 |
Color Harmonies of #3340DB
Complementary color
Monochromatic Colors of #3340DB
Black with #3340DB
Text Example
Text Example
White with #3340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3340DB; }
p { color: rgb(51,64,219); }
H1.HeaderClassName
{
color: #3340DB;
}
.AnyTagClassName
{
color: #3340DB;
}
</style>
background-color css
<style>
a { background-color: #3340DB; }
a { background-color: rgb(51,64,219); }
div.DivClassName
{
background-color: #3340DB;
}
.BgClassName
{
background-color: #3340DB;
}
</style>
border-color css
<style>
span { border-color: #3340DB; }
span { border-color: rgb(51,64,219); }
td.TdClassName
{
border-color: #3340DB;
}
.TagClassName
{
border-color: #3340DB;
}
</style>