Shades of Free Speech Blue #3D4EC9
Tints of Free Speech Blue #3D4EC9
RGB
CMYK
RGB Variations
Color information
#3D4EC9 (or 0x3D4EC9) is known color: Free Speech Blue. HEX triplet: 3D, 4E and C9. RGB value is (61,78,201). Sum of RGB (Red+Green+Blue) = 61+78+201=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D4EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EC9 is #C2B136. Grayscale: #565656. Windows color (decimal): -12759351 or 13192765. OLE color: 13192765.
HSL color Cylindrical-coordinate representation of color #3D4EC9: hue angle of 232.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4EC9 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 78 | 201 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.21 |
| HSL | 232.71º | 0.56% | 0.51% | - |
| HSV(B) | 232.71º | 0.7% | 0.79% | - |
| XYZ | 15.19 | 10.66 | 56.51 | - |
| YUV | 86.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 201 | 0.70 | 0.61 | 0 | 0.21 | 232.71 | 0.56 | 0.51 |
| Hex | 3D | 4E | C9 | 46 | 3D | 0 | 15 | E9 | 38 | 33 |
| Octal | 75 | 116 | 311 | 106 | 75 | 0 | 25 | 351 | 70 | 63 |
| Binary | 111101 | 1001110 | 11001001 | 1000110 | 111101 | 0 | 10101 | 11101001 | 111000 | 110011 |
Color Harmonies of #3D4EC9
Complementary color
Monochromatic Colors of #3D4EC9
Black with #3D4EC9
Text Example
Text Example
White with #3D4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4EC9; }
p { color: rgb(61,78,201); }
H1.HeaderClassName
{
color: #3D4EC9;
}
.AnyTagClassName
{
color: #3D4EC9;
}
</style>
background-color css
<style>
a { background-color: #3D4EC9; }
a { background-color: rgb(61,78,201); }
div.DivClassName
{
background-color: #3D4EC9;
}
.BgClassName
{
background-color: #3D4EC9;
}
</style>
border-color css
<style>
span { border-color: #3D4EC9; }
span { border-color: rgb(61,78,201); }
td.TdClassName
{
border-color: #3D4EC9;
}
.TagClassName
{
border-color: #3D4EC9;
}
</style>