Shades of Free Speech Blue #3D4EC1
Tints of Free Speech Blue #3D4EC1
RGB
CMYK
RGB Variations
Color information
#3D4EC1 (or 0x3D4EC1) is known color: Free Speech Blue. HEX triplet: 3D, 4E and C1. RGB value is (61,78,193). Sum of RGB (Red+Green+Blue) = 61+78+193=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D4EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EC1 is #C2B13E. Grayscale: #555555. Windows color (decimal): -12759359 or 12668477. OLE color: 12668477.
HSL color Cylindrical-coordinate representation of color #3D4EC1: hue angle of 232.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D4EC1 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 78 | 193 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.24 |
| HSL | 232.27º | 0.52% | 0.5% | - |
| HSV(B) | 232.27º | 0.68% | 0.76% | - |
| XYZ | 14.27 | 10.29 | 51.69 | - |
| YUV | 86.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 193 | 0.68 | 0.60 | 0 | 0.24 | 232.27 | 0.52 | 0.5 |
| Hex | 3D | 4E | C1 | 44 | 3C | 0 | 18 | E8 | 34 | 32 |
| Octal | 75 | 116 | 301 | 104 | 74 | 0 | 30 | 350 | 64 | 62 |
| Binary | 111101 | 1001110 | 11000001 | 1000100 | 111100 | 0 | 11000 | 11101000 | 110100 | 110010 |
Color Harmonies of #3D4EC1
Complementary color
Monochromatic Colors of #3D4EC1
Black with #3D4EC1
Text Example
Text Example
White with #3D4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4EC1; }
p { color: rgb(61,78,193); }
H1.HeaderClassName
{
color: #3D4EC1;
}
.AnyTagClassName
{
color: #3D4EC1;
}
</style>
background-color css
<style>
a { background-color: #3D4EC1; }
a { background-color: rgb(61,78,193); }
div.DivClassName
{
background-color: #3D4EC1;
}
.BgClassName
{
background-color: #3D4EC1;
}
</style>
border-color css
<style>
span { border-color: #3D4EC1; }
span { border-color: rgb(61,78,193); }
td.TdClassName
{
border-color: #3D4EC1;
}
.TagClassName
{
border-color: #3D4EC1;
}
</style>