Shades of Free Speech Blue #3A39DD
Tints of Free Speech Blue #3A39DD
RGB
CMYK
RGB Variations
Color information
#3A39DD (or 0x3A39DD) is known color: Free Speech Blue. HEX triplet: 3A, 39 and DD. RGB value is (58,57,221). Sum of RGB (Red+Green+Blue) = 58+57+221=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A39DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A39DD is #C5C622. Grayscale: #4B4B4B. Windows color (decimal): -12961315 or 14498106. OLE color: 14498106.
HSL color Cylindrical-coordinate representation of color #3A39DD: hue angle of 240.37º 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 #3A39DD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 57 | 221 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.13 |
| HSL | 240.37º | 0.71% | 0.55% | - |
| HSV(B) | 240.37º | 0.74% | 0.87% | - |
| XYZ | 16.26 | 9.05 | 69.3 | - |
| YUV | 76 | 209.83 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 221 | 0.74 | 0.74 | 0 | 0.13 | 240.37 | 0.71 | 0.55 |
| Hex | 3A | 39 | DD | 4A | 4A | 0 | D | F0 | 47 | 37 |
| Octal | 72 | 71 | 335 | 112 | 112 | 0 | 15 | 360 | 107 | 67 |
| Binary | 111010 | 111001 | 11011101 | 1001010 | 1001010 | 0 | 1101 | 11110000 | 1000111 | 110111 |
Color Harmonies of #3A39DD
Complementary color
Monochromatic Colors of #3A39DD
Black with #3A39DD
Text Example
Text Example
White with #3A39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39DD; }
p { color: rgb(58,57,221); }
H1.HeaderClassName
{
color: #3A39DD;
}
.AnyTagClassName
{
color: #3A39DD;
}
</style>
background-color css
<style>
a { background-color: #3A39DD; }
a { background-color: rgb(58,57,221); }
div.DivClassName
{
background-color: #3A39DD;
}
.BgClassName
{
background-color: #3A39DD;
}
</style>
border-color css
<style>
span { border-color: #3A39DD; }
span { border-color: rgb(58,57,221); }
td.TdClassName
{
border-color: #3A39DD;
}
.TagClassName
{
border-color: #3A39DD;
}
</style>