Shades of Free Speech Blue #3A51DD
Tints of Free Speech Blue #3A51DD
RGB
CMYK
RGB Variations
Color information
#3A51DD (or 0x3A51DD) is known color: Free Speech Blue. HEX triplet: 3A, 51 and DD. RGB value is (58,81,221). Sum of RGB (Red+Green+Blue) = 58+81+221=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A51DD is #C5AE22. Grayscale: #595959. Windows color (decimal): -12955171 or 14504250. OLE color: 14504250.
HSL color Cylindrical-coordinate representation of color #3A51DD: hue angle of 231.53º 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 #3A51DD is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 81 | 221 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.13 |
| HSL | 231.53º | 0.71% | 0.55% | - |
| HSV(B) | 231.53º | 0.74% | 0.87% | - |
| XYZ | 17.74 | 12 | 69.79 | - |
| YUV | 90.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 221 | 0.74 | 0.63 | 0 | 0.13 | 231.53 | 0.71 | 0.55 |
| Hex | 3A | 51 | DD | 4A | 3F | 0 | D | E8 | 47 | 37 |
| Octal | 72 | 121 | 335 | 112 | 77 | 0 | 15 | 350 | 107 | 67 |
| Binary | 111010 | 1010001 | 11011101 | 1001010 | 111111 | 0 | 1101 | 11101000 | 1000111 | 110111 |
Color Harmonies of #3A51DD
Complementary color
Monochromatic Colors of #3A51DD
Black with #3A51DD
Text Example
Text Example
White with #3A51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A51DD; }
p { color: rgb(58,81,221); }
H1.HeaderClassName
{
color: #3A51DD;
}
.AnyTagClassName
{
color: #3A51DD;
}
</style>
background-color css
<style>
a { background-color: #3A51DD; }
a { background-color: rgb(58,81,221); }
div.DivClassName
{
background-color: #3A51DD;
}
.BgClassName
{
background-color: #3A51DD;
}
</style>
border-color css
<style>
span { border-color: #3A51DD; }
span { border-color: rgb(58,81,221); }
td.TdClassName
{
border-color: #3A51DD;
}
.TagClassName
{
border-color: #3A51DD;
}
</style>