Shades of Free Speech Blue #3344DC
Tints of Free Speech Blue #3344DC
RGB
CMYK
RGB Variations
Color information
#3344DC (or 0x3344DC) is known color: Free Speech Blue. HEX triplet: 33, 44 and DC. RGB value is (51,68,220). Sum of RGB (Red+Green+Blue) = 51+68+220=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #3344DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344DC is #CCBB23. Grayscale: #4F4F4F. Windows color (decimal): -13417252 or 14435379. OLE color: 14435379.
HSL color Cylindrical-coordinate representation of color #3344DC: hue angle of 233.96º degrees, saturation: 0.71, 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 #3344DC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 68 | 220 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.14 |
| HSL | 233.96º | 0.71% | 0.53% | - |
| HSV(B) | 233.96º | 0.77% | 0.86% | - |
| XYZ | 16.35 | 10.01 | 68.78 | - |
| YUV | 80.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 220 | 0.77 | 0.69 | 0 | 0.14 | 233.96 | 0.71 | 0.53 |
| Hex | 33 | 44 | DC | 4D | 45 | 0 | E | EA | 47 | 35 |
| Octal | 63 | 104 | 334 | 115 | 105 | 0 | 16 | 352 | 107 | 65 |
| Binary | 110011 | 1000100 | 11011100 | 1001101 | 1000101 | 0 | 1110 | 11101010 | 1000111 | 110101 |
Color Harmonies of #3344DC
Complementary color
Monochromatic Colors of #3344DC
Black with #3344DC
Text Example
Text Example
White with #3344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344DC; }
p { color: rgb(51,68,220); }
H1.HeaderClassName
{
color: #3344DC;
}
.AnyTagClassName
{
color: #3344DC;
}
</style>
background-color css
<style>
a { background-color: #3344DC; }
a { background-color: rgb(51,68,220); }
div.DivClassName
{
background-color: #3344DC;
}
.BgClassName
{
background-color: #3344DC;
}
</style>
border-color css
<style>
span { border-color: #3344DC; }
span { border-color: rgb(51,68,220); }
td.TdClassName
{
border-color: #3344DC;
}
.TagClassName
{
border-color: #3344DC;
}
</style>