Shades of Free Speech Blue #3446DC
Tints of Free Speech Blue #3446DC
RGB
CMYK
RGB Variations
Color information
#3446DC (or 0x3446DC) is known color: Free Speech Blue. HEX triplet: 34, 46 and DC. RGB value is (52,70,220). Sum of RGB (Red+Green+Blue) = 52+70+220=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #3446DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446DC is #CBB923. Grayscale: #515151. Windows color (decimal): -13351204 or 14435892. OLE color: 14435892.
HSL color Cylindrical-coordinate representation of color #3446DC: hue angle of 233.57º 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 #3446DC is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 70 | 220 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.14 |
| HSL | 233.57º | 0.71% | 0.53% | - |
| HSV(B) | 233.57º | 0.76% | 0.86% | - |
| XYZ | 16.52 | 10.28 | 68.82 | - |
| YUV | 81.72 | 206.04 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 220 | 0.76 | 0.68 | 0 | 0.14 | 233.57 | 0.71 | 0.53 |
| Hex | 34 | 46 | DC | 4C | 44 | 0 | E | EA | 47 | 35 |
| Octal | 64 | 106 | 334 | 114 | 104 | 0 | 16 | 352 | 107 | 65 |
| Binary | 110100 | 1000110 | 11011100 | 1001100 | 1000100 | 0 | 1110 | 11101010 | 1000111 | 110101 |
Color Harmonies of #3446DC
Complementary color
Monochromatic Colors of #3446DC
Black with #3446DC
Text Example
Text Example
White with #3446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446DC; }
p { color: rgb(52,70,220); }
H1.HeaderClassName
{
color: #3446DC;
}
.AnyTagClassName
{
color: #3446DC;
}
</style>
background-color css
<style>
a { background-color: #3446DC; }
a { background-color: rgb(52,70,220); }
div.DivClassName
{
background-color: #3446DC;
}
.BgClassName
{
background-color: #3446DC;
}
</style>
border-color css
<style>
span { border-color: #3446DC; }
span { border-color: rgb(52,70,220); }
td.TdClassName
{
border-color: #3446DC;
}
.TagClassName
{
border-color: #3446DC;
}
</style>