Shades of Free Speech Blue #3464CC
Tints of Free Speech Blue #3464CC
RGB
CMYK
RGB Variations
Color information
#3464CC (or 0x3464CC) is known color: Free Speech Blue. HEX triplet: 34, 64 and CC. RGB value is (52,100,204). Sum of RGB (Red+Green+Blue) = 52+100+204=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #3464CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464CC is #CB9B33. Grayscale: #616161. Windows color (decimal): -13343540 or 13394996. OLE color: 13394996.
HSL color Cylindrical-coordinate representation of color #3464CC: hue angle of 221.05º 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 #3464CC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 100 | 204 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.2 |
| HSL | 221.05º | 0.6% | 0.5% | - |
| HSV(B) | 221.05º | 0.75% | 0.8% | - |
| XYZ | 16.87 | 14.2 | 58.98 | - |
| YUV | 97.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 204 | 0.75 | 0.51 | 0 | 0.2 | 221.05 | 0.6 | 0.5 |
| Hex | 34 | 64 | CC | 4B | 33 | 0 | 14 | DD | 3C | 32 |
| Octal | 64 | 144 | 314 | 113 | 63 | 0 | 24 | 335 | 74 | 62 |
| Binary | 110100 | 1100100 | 11001100 | 1001011 | 110011 | 0 | 10100 | 11011101 | 111100 | 110010 |
Color Harmonies of #3464CC
Complementary color
Monochromatic Colors of #3464CC
Black with #3464CC
Text Example
Text Example
White with #3464CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464CC; }
p { color: rgb(52,100,204); }
H1.HeaderClassName
{
color: #3464CC;
}
.AnyTagClassName
{
color: #3464CC;
}
</style>
background-color css
<style>
a { background-color: #3464CC; }
a { background-color: rgb(52,100,204); }
div.DivClassName
{
background-color: #3464CC;
}
.BgClassName
{
background-color: #3464CC;
}
</style>
border-color css
<style>
span { border-color: #3464CC; }
span { border-color: rgb(52,100,204); }
td.TdClassName
{
border-color: #3464CC;
}
.TagClassName
{
border-color: #3464CC;
}
</style>