Shades of Free Speech Blue #3444DC
Tints of Free Speech Blue #3444DC
RGB
CMYK
RGB Variations
Color information
#3444DC (or 0x3444DC) is known color: Free Speech Blue. HEX triplet: 34, 44 and DC. RGB value is (52,68,220). Sum of RGB (Red+Green+Blue) = 52+68+220=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #3444DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444DC is #CBBB23. Grayscale: #4F4F4F. Windows color (decimal): -13351716 or 14435380. OLE color: 14435380.
HSL color Cylindrical-coordinate representation of color #3444DC: hue angle of 234.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3444DC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 68 | 220 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.14 |
| HSL | 234.29º | 0.71% | 0.53% | - |
| HSV(B) | 234.29º | 0.76% | 0.86% | - |
| XYZ | 16.4 | 10.03 | 68.78 | - |
| YUV | 80.54 | 206.7 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 220 | 0.76 | 0.69 | 0 | 0.14 | 234.29 | 0.71 | 0.53 |
| Hex | 34 | 44 | DC | 4C | 45 | 0 | E | EA | 47 | 35 |
| Octal | 64 | 104 | 334 | 114 | 105 | 0 | 16 | 352 | 107 | 65 |
| Binary | 110100 | 1000100 | 11011100 | 1001100 | 1000101 | 0 | 1110 | 11101010 | 1000111 | 110101 |
Color Harmonies of #3444DC
Complementary color
Monochromatic Colors of #3444DC
Black with #3444DC
Text Example
Text Example
White with #3444DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444DC; }
p { color: rgb(52,68,220); }
H1.HeaderClassName
{
color: #3444DC;
}
.AnyTagClassName
{
color: #3444DC;
}
</style>
background-color css
<style>
a { background-color: #3444DC; }
a { background-color: rgb(52,68,220); }
div.DivClassName
{
background-color: #3444DC;
}
.BgClassName
{
background-color: #3444DC;
}
</style>
border-color css
<style>
span { border-color: #3444DC; }
span { border-color: rgb(52,68,220); }
td.TdClassName
{
border-color: #3444DC;
}
.TagClassName
{
border-color: #3444DC;
}
</style>