Shades of Free Speech Blue #3344DD
Tints of Free Speech Blue #3344DD
RGB
CMYK
RGB Variations
Color information
#3344DD (or 0x3344DD) is known color: Free Speech Blue. HEX triplet: 33, 44 and DD. RGB value is (51,68,221). Sum of RGB (Red+Green+Blue) = 51+68+221=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #3344DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344DD is #CCBB22. Grayscale: #4F4F4F. Windows color (decimal): -13417251 or 14500915. OLE color: 14500915.
HSL color Cylindrical-coordinate representation of color #3344DD: hue angle of 234º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3344DD is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 68 | 221 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.13 |
| HSL | 234º | 0.71% | 0.53% | - |
| HSV(B) | 234º | 0.77% | 0.87% | - |
| XYZ | 16.48 | 10.06 | 69.48 | - |
| YUV | 80.36 | 207.37 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 221 | 0.77 | 0.69 | 0 | 0.13 | 234 | 0.71 | 0.53 |
| Hex | 33 | 44 | DD | 4D | 45 | 0 | D | EA | 47 | 35 |
| Octal | 63 | 104 | 335 | 115 | 105 | 0 | 15 | 352 | 107 | 65 |
| Binary | 110011 | 1000100 | 11011101 | 1001101 | 1000101 | 0 | 1101 | 11101010 | 1000111 | 110101 |
Color Harmonies of #3344DD
Complementary color
Monochromatic Colors of #3344DD
Black with #3344DD
Text Example
Text Example
White with #3344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344DD; }
p { color: rgb(51,68,221); }
H1.HeaderClassName
{
color: #3344DD;
}
.AnyTagClassName
{
color: #3344DD;
}
</style>
background-color css
<style>
a { background-color: #3344DD; }
a { background-color: rgb(51,68,221); }
div.DivClassName
{
background-color: #3344DD;
}
.BgClassName
{
background-color: #3344DD;
}
</style>
border-color css
<style>
span { border-color: #3344DD; }
span { border-color: rgb(51,68,221); }
td.TdClassName
{
border-color: #3344DD;
}
.TagClassName
{
border-color: #3344DD;
}
</style>