Shades of Free Speech Blue #3A33D9
Tints of Free Speech Blue #3A33D9
RGB
CMYK
RGB Variations
Color information
#3A33D9 (or 0x3A33D9) is known color: Free Speech Blue. HEX triplet: 3A, 33 and D9. RGB value is (58,51,217). Sum of RGB (Red+Green+Blue) = 58+51+217=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A33D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33D9 is #C5CC26. Grayscale: #474747. Windows color (decimal): -12962855 or 14234426. OLE color: 14234426.
HSL color Cylindrical-coordinate representation of color #3A33D9: hue angle of 242.53º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A33D9 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 51 | 217 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.15 |
| HSL | 242.53º | 0.69% | 0.53% | - |
| HSV(B) | 242.53º | 0.76% | 0.85% | - |
| XYZ | 15.45 | 8.28 | 66.43 | - |
| YUV | 72.02 | 209.82 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 217 | 0.73 | 0.76 | 0 | 0.15 | 242.53 | 0.69 | 0.53 |
| Hex | 3A | 33 | D9 | 49 | 4C | 0 | F | F3 | 45 | 35 |
| Octal | 72 | 63 | 331 | 111 | 114 | 0 | 17 | 363 | 105 | 65 |
| Binary | 111010 | 110011 | 11011001 | 1001001 | 1001100 | 0 | 1111 | 11110011 | 1000101 | 110101 |
Color Harmonies of #3A33D9
Complementary color
Monochromatic Colors of #3A33D9
Black with #3A33D9
Text Example
Text Example
White with #3A33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A33D9; }
p { color: rgb(58,51,217); }
H1.HeaderClassName
{
color: #3A33D9;
}
.AnyTagClassName
{
color: #3A33D9;
}
</style>
background-color css
<style>
a { background-color: #3A33D9; }
a { background-color: rgb(58,51,217); }
div.DivClassName
{
background-color: #3A33D9;
}
.BgClassName
{
background-color: #3A33D9;
}
</style>
border-color css
<style>
span { border-color: #3A33D9; }
span { border-color: rgb(58,51,217); }
td.TdClassName
{
border-color: #3A33D9;
}
.TagClassName
{
border-color: #3A33D9;
}
</style>