Shades of Free Speech Blue #3A4DCD
Tints of Free Speech Blue #3A4DCD
RGB
CMYK
RGB Variations
Color information
#3A4DCD (or 0x3A4DCD) is known color: Free Speech Blue. HEX triplet: 3A, 4D and CD. RGB value is (58,77,205). Sum of RGB (Red+Green+Blue) = 58+77+205=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DCD is #C5B232. Grayscale: #555555. Windows color (decimal): -12956211 or 13454650. OLE color: 13454650.
HSL color Cylindrical-coordinate representation of color #3A4DCD: hue angle of 232.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4DCD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 77 | 205 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.20 |
| HSL | 232.24º | 0.6% | 0.52% | - |
| HSV(B) | 232.24º | 0.72% | 0.8% | - |
| XYZ | 15.42 | 10.62 | 58.99 | - |
| YUV | 85.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 205 | 0.72 | 0.62 | 0 | 0.20 | 232.24 | 0.6 | 0.52 |
| Hex | 3A | 4D | CD | 48 | 3E | 0 | 14 | E8 | 3C | 34 |
| Octal | 72 | 115 | 315 | 110 | 76 | 0 | 24 | 350 | 74 | 64 |
| Binary | 111010 | 1001101 | 11001101 | 1001000 | 111110 | 0 | 10100 | 11101000 | 111100 | 110100 |
Color Harmonies of #3A4DCD
Complementary color
Monochromatic Colors of #3A4DCD
Black with #3A4DCD
Text Example
Text Example
White with #3A4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DCD; }
p { color: rgb(58,77,205); }
H1.HeaderClassName
{
color: #3A4DCD;
}
.AnyTagClassName
{
color: #3A4DCD;
}
</style>
background-color css
<style>
a { background-color: #3A4DCD; }
a { background-color: rgb(58,77,205); }
div.DivClassName
{
background-color: #3A4DCD;
}
.BgClassName
{
background-color: #3A4DCD;
}
</style>
border-color css
<style>
span { border-color: #3A4DCD; }
span { border-color: rgb(58,77,205); }
td.TdClassName
{
border-color: #3A4DCD;
}
.TagClassName
{
border-color: #3A4DCD;
}
</style>