Shades of Free Speech Blue #3449D3
Tints of Free Speech Blue #3449D3
RGB
CMYK
RGB Variations
Color information
#3449D3 (or 0x3449D3) is known color: Free Speech Blue. HEX triplet: 34, 49 and D3. RGB value is (52,73,211). Sum of RGB (Red+Green+Blue) = 52+73+211=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #3449D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449D3 is #CBB62C. Grayscale: #515151. Windows color (decimal): -13350445 or 13846836. OLE color: 13846836.
HSL color Cylindrical-coordinate representation of color #3449D3: hue angle of 232.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3449D3 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 73 | 211 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.17 |
| HSL | 232.08º | 0.64% | 0.52% | - |
| HSV(B) | 232.08º | 0.75% | 0.83% | - |
| XYZ | 15.56 | 10.2 | 62.78 | - |
| YUV | 82.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 211 | 0.75 | 0.65 | 0 | 0.17 | 232.08 | 0.64 | 0.52 |
| Hex | 34 | 49 | D3 | 4B | 41 | 0 | 11 | E8 | 40 | 34 |
| Octal | 64 | 111 | 323 | 113 | 101 | 0 | 21 | 350 | 100 | 64 |
| Binary | 110100 | 1001001 | 11010011 | 1001011 | 1000001 | 0 | 10001 | 11101000 | 1000000 | 110100 |
Color Harmonies of #3449D3
Complementary color
Monochromatic Colors of #3449D3
Black with #3449D3
Text Example
Text Example
White with #3449D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449D3; }
p { color: rgb(52,73,211); }
H1.HeaderClassName
{
color: #3449D3;
}
.AnyTagClassName
{
color: #3449D3;
}
</style>
background-color css
<style>
a { background-color: #3449D3; }
a { background-color: rgb(52,73,211); }
div.DivClassName
{
background-color: #3449D3;
}
.BgClassName
{
background-color: #3449D3;
}
</style>
border-color css
<style>
span { border-color: #3449D3; }
span { border-color: rgb(52,73,211); }
td.TdClassName
{
border-color: #3449D3;
}
.TagClassName
{
border-color: #3449D3;
}
</style>