Shades of Free Speech Blue #3A52DD
Tints of Free Speech Blue #3A52DD
RGB
CMYK
RGB Variations
Color information
#3A52DD (or 0x3A52DD) is known color: Free Speech Blue. HEX triplet: 3A, 52 and DD. RGB value is (58,82,221). Sum of RGB (Red+Green+Blue) = 58+82+221=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52DD is #C5AD22. Grayscale: #5A5A5A. Windows color (decimal): -12954915 or 14504506. OLE color: 14504506.
HSL color Cylindrical-coordinate representation of color #3A52DD: hue angle of 231.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A52DD is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 82 | 221 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.13 |
| HSL | 231.17º | 0.71% | 0.55% | - |
| HSV(B) | 231.17º | 0.74% | 0.87% | - |
| XYZ | 17.81 | 12.15 | 69.81 | - |
| YUV | 90.67 | 201.55 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 221 | 0.74 | 0.63 | 0 | 0.13 | 231.17 | 0.71 | 0.55 |
| Hex | 3A | 52 | DD | 4A | 3F | 0 | D | E7 | 47 | 37 |
| Octal | 72 | 122 | 335 | 112 | 77 | 0 | 15 | 347 | 107 | 67 |
| Binary | 111010 | 1010010 | 11011101 | 1001010 | 111111 | 0 | 1101 | 11100111 | 1000111 | 110111 |
Color Harmonies of #3A52DD
Complementary color
Monochromatic Colors of #3A52DD
Black with #3A52DD
Text Example
Text Example
White with #3A52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52DD; }
p { color: rgb(58,82,221); }
H1.HeaderClassName
{
color: #3A52DD;
}
.AnyTagClassName
{
color: #3A52DD;
}
</style>
background-color css
<style>
a { background-color: #3A52DD; }
a { background-color: rgb(58,82,221); }
div.DivClassName
{
background-color: #3A52DD;
}
.BgClassName
{
background-color: #3A52DD;
}
</style>
border-color css
<style>
span { border-color: #3A52DD; }
span { border-color: rgb(58,82,221); }
td.TdClassName
{
border-color: #3A52DD;
}
.TagClassName
{
border-color: #3A52DD;
}
</style>