Shades of Free Speech Blue #3A34DD
Tints of Free Speech Blue #3A34DD
RGB
CMYK
RGB Variations
Color information
#3A34DD (or 0x3A34DD) is known color: Free Speech Blue. HEX triplet: 3A, 34 and DD. RGB value is (58,52,221). Sum of RGB (Red+Green+Blue) = 58+52+221=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34DD is #C5CB22. Grayscale: #484848. Windows color (decimal): -12962595 or 14496826. OLE color: 14496826.
HSL color Cylindrical-coordinate representation of color #3A34DD: hue angle of 242.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A34DD is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 52 | 221 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.13 |
| HSL | 242.13º | 0.71% | 0.54% | - |
| HSV(B) | 242.13º | 0.76% | 0.87% | - |
| XYZ | 16.02 | 8.58 | 69.22 | - |
| YUV | 73.06 | 211.49 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 221 | 0.74 | 0.76 | 0 | 0.13 | 242.13 | 0.71 | 0.54 |
| Hex | 3A | 34 | DD | 4A | 4C | 0 | D | F2 | 47 | 36 |
| Octal | 72 | 64 | 335 | 112 | 114 | 0 | 15 | 362 | 107 | 66 |
| Binary | 111010 | 110100 | 11011101 | 1001010 | 1001100 | 0 | 1101 | 11110010 | 1000111 | 110110 |
Color Harmonies of #3A34DD
Complementary color
Monochromatic Colors of #3A34DD
Black with #3A34DD
Text Example
Text Example
White with #3A34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34DD; }
p { color: rgb(58,52,221); }
H1.HeaderClassName
{
color: #3A34DD;
}
.AnyTagClassName
{
color: #3A34DD;
}
</style>
background-color css
<style>
a { background-color: #3A34DD; }
a { background-color: rgb(58,52,221); }
div.DivClassName
{
background-color: #3A34DD;
}
.BgClassName
{
background-color: #3A34DD;
}
</style>
border-color css
<style>
span { border-color: #3A34DD; }
span { border-color: rgb(58,52,221); }
td.TdClassName
{
border-color: #3A34DD;
}
.TagClassName
{
border-color: #3A34DD;
}
</style>