Shades of Free Speech Blue #3D4DCC
Tints of Free Speech Blue #3D4DCC
RGB
CMYK
RGB Variations
Color information
#3D4DCC (or 0x3D4DCC) is known color: Free Speech Blue. HEX triplet: 3D, 4D and CC. RGB value is (61,77,204). Sum of RGB (Red+Green+Blue) = 61+77+204=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D4DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DCC is #C2B233. Grayscale: #565656. Windows color (decimal): -12759604 or 13389117. OLE color: 13389117.
HSL color Cylindrical-coordinate representation of color #3D4DCC: hue angle of 233.29º degrees, saturation: 0.58, 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 #3D4DCC is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 77 | 204 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.2 |
| HSL | 233.29º | 0.58% | 0.52% | - |
| HSV(B) | 233.29º | 0.7% | 0.8% | - |
| XYZ | 15.48 | 10.66 | 58.37 | - |
| YUV | 86.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 204 | 0.70 | 0.62 | 0 | 0.2 | 233.29 | 0.58 | 0.52 |
| Hex | 3D | 4D | CC | 46 | 3E | 0 | 14 | E9 | 3A | 34 |
| Octal | 75 | 115 | 314 | 106 | 76 | 0 | 24 | 351 | 72 | 64 |
| Binary | 111101 | 1001101 | 11001100 | 1000110 | 111110 | 0 | 10100 | 11101001 | 111010 | 110100 |
Color Harmonies of #3D4DCC
Complementary color
Monochromatic Colors of #3D4DCC
Black with #3D4DCC
Text Example
Text Example
White with #3D4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4DCC; }
p { color: rgb(61,77,204); }
H1.HeaderClassName
{
color: #3D4DCC;
}
.AnyTagClassName
{
color: #3D4DCC;
}
</style>
background-color css
<style>
a { background-color: #3D4DCC; }
a { background-color: rgb(61,77,204); }
div.DivClassName
{
background-color: #3D4DCC;
}
.BgClassName
{
background-color: #3D4DCC;
}
</style>
border-color css
<style>
span { border-color: #3D4DCC; }
span { border-color: rgb(61,77,204); }
td.TdClassName
{
border-color: #3D4DCC;
}
.TagClassName
{
border-color: #3D4DCC;
}
</style>