Shades of Free Speech Blue #3A52D6
Tints of Free Speech Blue #3A52D6
RGB
CMYK
RGB Variations
Color information
#3A52D6 (or 0x3A52D6) is known color: Free Speech Blue. HEX triplet: 3A, 52 and D6. RGB value is (58,82,214). Sum of RGB (Red+Green+Blue) = 58+82+214=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A52D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52D6 is #C5AD29. Grayscale: #595959. Windows color (decimal): -12954922 or 14045754. OLE color: 14045754.
HSL color Cylindrical-coordinate representation of color #3A52D6: hue angle of 230.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A52D6 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 82 | 214 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.16 |
| HSL | 230.77º | 0.66% | 0.53% | - |
| HSV(B) | 230.77º | 0.73% | 0.84% | - |
| XYZ | 16.9 | 11.79 | 65 | - |
| YUV | 89.87 | 198.05 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 214 | 0.73 | 0.62 | 0 | 0.16 | 230.77 | 0.66 | 0.53 |
| Hex | 3A | 52 | D6 | 49 | 3E | 0 | 10 | E7 | 42 | 35 |
| Octal | 72 | 122 | 326 | 111 | 76 | 0 | 20 | 347 | 102 | 65 |
| Binary | 111010 | 1010010 | 11010110 | 1001001 | 111110 | 0 | 10000 | 11100111 | 1000010 | 110101 |
Color Harmonies of #3A52D6
Complementary color
Monochromatic Colors of #3A52D6
Black with #3A52D6
Text Example
Text Example
White with #3A52D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52D6; }
p { color: rgb(58,82,214); }
H1.HeaderClassName
{
color: #3A52D6;
}
.AnyTagClassName
{
color: #3A52D6;
}
</style>
background-color css
<style>
a { background-color: #3A52D6; }
a { background-color: rgb(58,82,214); }
div.DivClassName
{
background-color: #3A52D6;
}
.BgClassName
{
background-color: #3A52D6;
}
</style>
border-color css
<style>
span { border-color: #3A52D6; }
span { border-color: rgb(58,82,214); }
td.TdClassName
{
border-color: #3A52D6;
}
.TagClassName
{
border-color: #3A52D6;
}
</style>