Shades of Free Speech Blue #3449CC
Tints of Free Speech Blue #3449CC
RGB
CMYK
RGB Variations
Color information
#3449CC (or 0x3449CC) is known color: Free Speech Blue. HEX triplet: 34, 49 and CC. RGB value is (52,73,204). Sum of RGB (Red+Green+Blue) = 52+73+204=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #3449CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449CC is #CBB633. Grayscale: #515151. Windows color (decimal): -13350452 or 13388084. OLE color: 13388084.
HSL color Cylindrical-coordinate representation of color #3449CC: hue angle of 231.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3449CC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 73 | 204 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.2 |
| HSL | 231.71º | 0.6% | 0.5% | - |
| HSV(B) | 231.71º | 0.75% | 0.8% | - |
| XYZ | 14.7 | 9.85 | 58.25 | - |
| YUV | 81.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 204 | 0.75 | 0.64 | 0 | 0.2 | 231.71 | 0.6 | 0.5 |
| Hex | 34 | 49 | CC | 4B | 40 | 0 | 14 | E8 | 3C | 32 |
| Octal | 64 | 111 | 314 | 113 | 100 | 0 | 24 | 350 | 74 | 62 |
| Binary | 110100 | 1001001 | 11001100 | 1001011 | 1000000 | 0 | 10100 | 11101000 | 111100 | 110010 |
Color Harmonies of #3449CC
Complementary color
Monochromatic Colors of #3449CC
Black with #3449CC
Text Example
Text Example
White with #3449CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449CC; }
p { color: rgb(52,73,204); }
H1.HeaderClassName
{
color: #3449CC;
}
.AnyTagClassName
{
color: #3449CC;
}
</style>
background-color css
<style>
a { background-color: #3449CC; }
a { background-color: rgb(52,73,204); }
div.DivClassName
{
background-color: #3449CC;
}
.BgClassName
{
background-color: #3449CC;
}
</style>
border-color css
<style>
span { border-color: #3449CC; }
span { border-color: rgb(52,73,204); }
td.TdClassName
{
border-color: #3449CC;
}
.TagClassName
{
border-color: #3449CC;
}
</style>