Shades of Free Speech Blue #3D4DCD
Tints of Free Speech Blue #3D4DCD
RGB
CMYK
RGB Variations
Color information
#3D4DCD (or 0x3D4DCD) is known color: Free Speech Blue. HEX triplet: 3D, 4D and CD. RGB value is (61,77,205). Sum of RGB (Red+Green+Blue) = 61+77+205=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DCD is #C2B232. Grayscale: #565656. Windows color (decimal): -12759603 or 13454653. OLE color: 13454653.
HSL color Cylindrical-coordinate representation of color #3D4DCD: hue angle of 233.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4DCD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 77 | 205 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.20 |
| HSL | 233.33º | 0.59% | 0.52% | - |
| HSV(B) | 233.33º | 0.7% | 0.8% | - |
| XYZ | 15.6 | 10.71 | 59 | - |
| YUV | 86.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 205 | 0.70 | 0.62 | 0 | 0.20 | 233.33 | 0.59 | 0.52 |
| Hex | 3D | 4D | CD | 46 | 3E | 0 | 14 | E9 | 3B | 34 |
| Octal | 75 | 115 | 315 | 106 | 76 | 0 | 24 | 351 | 73 | 64 |
| Binary | 111101 | 1001101 | 11001101 | 1000110 | 111110 | 0 | 10100 | 11101001 | 111011 | 110100 |
Color Harmonies of #3D4DCD
Complementary color
Monochromatic Colors of #3D4DCD
Black with #3D4DCD
Text Example
Text Example
White with #3D4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4DCD; }
p { color: rgb(61,77,205); }
H1.HeaderClassName
{
color: #3D4DCD;
}
.AnyTagClassName
{
color: #3D4DCD;
}
</style>
background-color css
<style>
a { background-color: #3D4DCD; }
a { background-color: rgb(61,77,205); }
div.DivClassName
{
background-color: #3D4DCD;
}
.BgClassName
{
background-color: #3D4DCD;
}
</style>
border-color css
<style>
span { border-color: #3D4DCD; }
span { border-color: rgb(61,77,205); }
td.TdClassName
{
border-color: #3D4DCD;
}
.TagClassName
{
border-color: #3D4DCD;
}
</style>