Shades of Free Speech Blue #3A3FDD
Tints of Free Speech Blue #3A3FDD
RGB
CMYK
RGB Variations
Color information
#3A3FDD (or 0x3A3FDD) is known color: Free Speech Blue. HEX triplet: 3A, 3F and DD. RGB value is (58,63,221). Sum of RGB (Red+Green+Blue) = 58+63+221=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A3FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3FDD is #C5C022. Grayscale: #4E4E4E. Windows color (decimal): -12959779 or 14499642. OLE color: 14499642.
HSL color Cylindrical-coordinate representation of color #3A3FDD: hue angle of 238.16º 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 #3A3FDD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 63 | 221 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.13 |
| HSL | 238.16º | 0.71% | 0.55% | - |
| HSV(B) | 238.16º | 0.74% | 0.87% | - |
| XYZ | 16.57 | 9.68 | 69.4 | - |
| YUV | 79.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 221 | 0.74 | 0.71 | 0 | 0.13 | 238.16 | 0.71 | 0.55 |
| Hex | 3A | 3F | DD | 4A | 47 | 0 | D | EE | 47 | 37 |
| Octal | 72 | 77 | 335 | 112 | 107 | 0 | 15 | 356 | 107 | 67 |
| Binary | 111010 | 111111 | 11011101 | 1001010 | 1000111 | 0 | 1101 | 11101110 | 1000111 | 110111 |
Color Harmonies of #3A3FDD
Complementary color
Monochromatic Colors of #3A3FDD
Black with #3A3FDD
Text Example
Text Example
White with #3A3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3FDD; }
p { color: rgb(58,63,221); }
H1.HeaderClassName
{
color: #3A3FDD;
}
.AnyTagClassName
{
color: #3A3FDD;
}
</style>
background-color css
<style>
a { background-color: #3A3FDD; }
a { background-color: rgb(58,63,221); }
div.DivClassName
{
background-color: #3A3FDD;
}
.BgClassName
{
background-color: #3A3FDD;
}
</style>
border-color css
<style>
span { border-color: #3A3FDD; }
span { border-color: rgb(58,63,221); }
td.TdClassName
{
border-color: #3A3FDD;
}
.TagClassName
{
border-color: #3A3FDD;
}
</style>