Shades of Free Speech Blue #3A32D2
Tints of Free Speech Blue #3A32D2
RGB
CMYK
RGB Variations
Color information
#3A32D2 (or 0x3A32D2) is known color: Free Speech Blue. HEX triplet: 3A, 32 and D2. RGB value is (58,50,210). Sum of RGB (Red+Green+Blue) = 58+50+210=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 210 (82.42% from 255 or 66.04% from 318); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A32D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32D2 is #C5CD2D. Grayscale: #464646. Windows color (decimal): -12963118 or 13775418. OLE color: 13775418.
HSL color Cylindrical-coordinate representation of color #3A32D2: hue angle of 243º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A32D2 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 50 | 210 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.18 |
| HSL | 243º | 0.64% | 0.51% | - |
| HSV(B) | 243º | 0.76% | 0.82% | - |
| XYZ | 14.52 | 7.83 | 61.72 | - |
| YUV | 70.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 210 | 0.72 | 0.76 | 0 | 0.18 | 243 | 0.64 | 0.51 |
| Hex | 3A | 32 | D2 | 48 | 4C | 0 | 12 | F3 | 40 | 33 |
| Octal | 72 | 62 | 322 | 110 | 114 | 0 | 22 | 363 | 100 | 63 |
| Binary | 111010 | 110010 | 11010010 | 1001000 | 1001100 | 0 | 10010 | 11110011 | 1000000 | 110011 |
Color Harmonies of #3A32D2
Complementary color
Monochromatic Colors of #3A32D2
Black with #3A32D2
Text Example
Text Example
White with #3A32D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32D2; }
p { color: rgb(58,50,210); }
H1.HeaderClassName
{
color: #3A32D2;
}
.AnyTagClassName
{
color: #3A32D2;
}
</style>
background-color css
<style>
a { background-color: #3A32D2; }
a { background-color: rgb(58,50,210); }
div.DivClassName
{
background-color: #3A32D2;
}
.BgClassName
{
background-color: #3A32D2;
}
</style>
border-color css
<style>
span { border-color: #3A32D2; }
span { border-color: rgb(58,50,210); }
td.TdClassName
{
border-color: #3A32D2;
}
.TagClassName
{
border-color: #3A32D2;
}
</style>