Shades of Free Speech Blue #3D4DB1
Tints of Free Speech Blue #3D4DB1
RGB
CMYK
RGB Variations
Color information
#3D4DB1 (or 0x3D4DB1) is known color: Free Speech Blue. HEX triplet: 3D, 4D and B1. RGB value is (61,77,177). Sum of RGB (Red+Green+Blue) = 61+77+177=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D4DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4DB1 is #C2B24E. Grayscale: #535353. Windows color (decimal): -12759631 or 11619645. OLE color: 11619645.
HSL color Cylindrical-coordinate representation of color #3D4DB1: hue angle of 231.72º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4DB1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 77 | 177 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.31 |
| HSL | 231.72º | 0.49% | 0.47% | - |
| HSV(B) | 231.72º | 0.66% | 0.69% | - |
| XYZ | 12.51 | 9.47 | 42.76 | - |
| YUV | 83.62 | 180.7 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 177 | 0.66 | 0.56 | 0 | 0.31 | 231.72 | 0.49 | 0.47 |
| Hex | 3D | 4D | B1 | 42 | 38 | 0 | 1F | E8 | 31 | 2F |
| Octal | 75 | 115 | 261 | 102 | 70 | 0 | 37 | 350 | 61 | 57 |
| Binary | 111101 | 1001101 | 10110001 | 1000010 | 111000 | 0 | 11111 | 11101000 | 110001 | 101111 |
Color Harmonies of #3D4DB1
Complementary color
Monochromatic Colors of #3D4DB1
Black with #3D4DB1
Text Example
Text Example
White with #3D4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4DB1; }
p { color: rgb(61,77,177); }
H1.HeaderClassName
{
color: #3D4DB1;
}
.AnyTagClassName
{
color: #3D4DB1;
}
</style>
background-color css
<style>
a { background-color: #3D4DB1; }
a { background-color: rgb(61,77,177); }
div.DivClassName
{
background-color: #3D4DB1;
}
.BgClassName
{
background-color: #3D4DB1;
}
</style>
border-color css
<style>
span { border-color: #3D4DB1; }
span { border-color: rgb(61,77,177); }
td.TdClassName
{
border-color: #3D4DB1;
}
.TagClassName
{
border-color: #3D4DB1;
}
</style>