Shades of Free Speech Blue #3A3DDD
Tints of Free Speech Blue #3A3DDD
RGB
CMYK
RGB Variations
Color information
#3A3DDD (or 0x3A3DDD) is known color: Free Speech Blue. HEX triplet: 3A, 3D and DD. RGB value is (58,61,221). Sum of RGB (Red+Green+Blue) = 58+61+221=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A3DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3DDD is #C5C222. Grayscale: #4D4D4D. Windows color (decimal): -12960291 or 14499130. OLE color: 14499130.
HSL color Cylindrical-coordinate representation of color #3A3DDD: hue angle of 238.9º 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 #3A3DDD is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 61 | 221 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.13 |
| HSL | 238.9º | 0.71% | 0.55% | - |
| HSV(B) | 238.9º | 0.74% | 0.87% | - |
| XYZ | 16.46 | 9.46 | 69.36 | - |
| YUV | 78.34 | 208.51 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 221 | 0.74 | 0.72 | 0 | 0.13 | 238.9 | 0.71 | 0.55 |
| Hex | 3A | 3D | DD | 4A | 48 | 0 | D | EF | 47 | 37 |
| Octal | 72 | 75 | 335 | 112 | 110 | 0 | 15 | 357 | 107 | 67 |
| Binary | 111010 | 111101 | 11011101 | 1001010 | 1001000 | 0 | 1101 | 11101111 | 1000111 | 110111 |
Color Harmonies of #3A3DDD
Complementary color
Monochromatic Colors of #3A3DDD
Black with #3A3DDD
Text Example
Text Example
White with #3A3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3DDD; }
p { color: rgb(58,61,221); }
H1.HeaderClassName
{
color: #3A3DDD;
}
.AnyTagClassName
{
color: #3A3DDD;
}
</style>
background-color css
<style>
a { background-color: #3A3DDD; }
a { background-color: rgb(58,61,221); }
div.DivClassName
{
background-color: #3A3DDD;
}
.BgClassName
{
background-color: #3A3DDD;
}
</style>
border-color css
<style>
span { border-color: #3A3DDD; }
span { border-color: rgb(58,61,221); }
td.TdClassName
{
border-color: #3A3DDD;
}
.TagClassName
{
border-color: #3A3DDD;
}
</style>