Shades of Free Speech Blue #3D51DC
Tints of Free Speech Blue #3D51DC
RGB
CMYK
RGB Variations
Color information
#3D51DC (or 0x3D51DC) is known color: Free Speech Blue. HEX triplet: 3D, 51 and DC. RGB value is (61,81,220). Sum of RGB (Red+Green+Blue) = 61+81+220=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D51DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D51DC is #C2AE23. Grayscale: #5A5A5A. Windows color (decimal): -12758564 or 14438717. OLE color: 14438717.
HSL color Cylindrical-coordinate representation of color #3D51DC: hue angle of 232.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D51DC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 81 | 220 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.14 |
| HSL | 232.45º | 0.69% | 0.55% | - |
| HSV(B) | 232.45º | 0.72% | 0.86% | - |
| XYZ | 17.79 | 12.04 | 69.1 | - |
| YUV | 90.87 | 200.87 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 220 | 0.72 | 0.63 | 0 | 0.14 | 232.45 | 0.69 | 0.55 |
| Hex | 3D | 51 | DC | 48 | 3F | 0 | E | E8 | 45 | 37 |
| Octal | 75 | 121 | 334 | 110 | 77 | 0 | 16 | 350 | 105 | 67 |
| Binary | 111101 | 1010001 | 11011100 | 1001000 | 111111 | 0 | 1110 | 11101000 | 1000101 | 110111 |
Color Harmonies of #3D51DC
Complementary color
Monochromatic Colors of #3D51DC
Black with #3D51DC
Text Example
Text Example
White with #3D51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D51DC; }
p { color: rgb(61,81,220); }
H1.HeaderClassName
{
color: #3D51DC;
}
.AnyTagClassName
{
color: #3D51DC;
}
</style>
background-color css
<style>
a { background-color: #3D51DC; }
a { background-color: rgb(61,81,220); }
div.DivClassName
{
background-color: #3D51DC;
}
.BgClassName
{
background-color: #3D51DC;
}
</style>
border-color css
<style>
span { border-color: #3D51DC; }
span { border-color: rgb(61,81,220); }
td.TdClassName
{
border-color: #3D51DC;
}
.TagClassName
{
border-color: #3D51DC;
}
</style>