Shades of Free Speech Blue #3A32DC
Tints of Free Speech Blue #3A32DC
RGB
CMYK
RGB Variations
Color information
#3A32DC (or 0x3A32DC) is known color: Free Speech Blue. HEX triplet: 3A, 32 and DC. RGB value is (58,50,220). Sum of RGB (Red+Green+Blue) = 58+50+220=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A32DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32DC is #C5CD23. Grayscale: #474747. Windows color (decimal): -12963108 or 14430778. OLE color: 14430778.
HSL color Cylindrical-coordinate representation of color #3A32DC: hue angle of 242.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A32DC is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 50 | 220 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.14 |
| HSL | 242.82º | 0.71% | 0.53% | - |
| HSV(B) | 242.82º | 0.77% | 0.86% | - |
| XYZ | 15.8 | 8.35 | 68.49 | - |
| YUV | 71.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 220 | 0.74 | 0.77 | 0 | 0.14 | 242.82 | 0.71 | 0.53 |
| Hex | 3A | 32 | DC | 4A | 4D | 0 | E | F3 | 47 | 35 |
| Octal | 72 | 62 | 334 | 112 | 115 | 0 | 16 | 363 | 107 | 65 |
| Binary | 111010 | 110010 | 11011100 | 1001010 | 1001101 | 0 | 1110 | 11110011 | 1000111 | 110101 |
Color Harmonies of #3A32DC
Complementary color
Monochromatic Colors of #3A32DC
Black with #3A32DC
Text Example
Text Example
White with #3A32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32DC; }
p { color: rgb(58,50,220); }
H1.HeaderClassName
{
color: #3A32DC;
}
.AnyTagClassName
{
color: #3A32DC;
}
</style>
background-color css
<style>
a { background-color: #3A32DC; }
a { background-color: rgb(58,50,220); }
div.DivClassName
{
background-color: #3A32DC;
}
.BgClassName
{
background-color: #3A32DC;
}
</style>
border-color css
<style>
span { border-color: #3A32DC; }
span { border-color: rgb(58,50,220); }
td.TdClassName
{
border-color: #3A32DC;
}
.TagClassName
{
border-color: #3A32DC;
}
</style>