Shades of Free Speech Blue #3A33DD
Tints of Free Speech Blue #3A33DD
RGB
CMYK
RGB Variations
Color information
#3A33DD (or 0x3A33DD) is known color: Free Speech Blue. HEX triplet: 3A, 33 and DD. RGB value is (58,51,221). Sum of RGB (Red+Green+Blue) = 58+51+221=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33DD is #C5CC22. Grayscale: #474747. Windows color (decimal): -12962851 or 14496570. OLE color: 14496570.
HSL color Cylindrical-coordinate representation of color #3A33DD: hue angle of 242.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A33DD is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 51 | 221 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.13 |
| HSL | 242.47º | 0.71% | 0.53% | - |
| HSV(B) | 242.47º | 0.77% | 0.87% | - |
| XYZ | 15.98 | 8.49 | 69.2 | - |
| YUV | 72.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 221 | 0.74 | 0.77 | 0 | 0.13 | 242.47 | 0.71 | 0.53 |
| Hex | 3A | 33 | DD | 4A | 4D | 0 | D | F2 | 47 | 35 |
| Octal | 72 | 63 | 335 | 112 | 115 | 0 | 15 | 362 | 107 | 65 |
| Binary | 111010 | 110011 | 11011101 | 1001010 | 1001101 | 0 | 1101 | 11110010 | 1000111 | 110101 |
Color Harmonies of #3A33DD
Complementary color
Monochromatic Colors of #3A33DD
Black with #3A33DD
Text Example
Text Example
White with #3A33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A33DD; }
p { color: rgb(58,51,221); }
H1.HeaderClassName
{
color: #3A33DD;
}
.AnyTagClassName
{
color: #3A33DD;
}
</style>
background-color css
<style>
a { background-color: #3A33DD; }
a { background-color: rgb(58,51,221); }
div.DivClassName
{
background-color: #3A33DD;
}
.BgClassName
{
background-color: #3A33DD;
}
</style>
border-color css
<style>
span { border-color: #3A33DD; }
span { border-color: rgb(58,51,221); }
td.TdClassName
{
border-color: #3A33DD;
}
.TagClassName
{
border-color: #3A33DD;
}
</style>