Shades of Free Speech Blue #3D4EDD
Tints of Free Speech Blue #3D4EDD
RGB
CMYK
RGB Variations
Color information
#3D4EDD (or 0x3D4EDD) is known color: Free Speech Blue. HEX triplet: 3D, 4E and DD. RGB value is (61,78,221). Sum of RGB (Red+Green+Blue) = 61+78+221=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EDD is #C2B122. Grayscale: #585858. Windows color (decimal): -12759331 or 14503485. OLE color: 14503485.
HSL color Cylindrical-coordinate representation of color #3D4EDD: hue angle of 233.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D4EDD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 78 | 221 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 233.63º | 0.7% | 0.55% | - |
| HSV(B) | 233.63º | 0.72% | 0.87% | - |
| XYZ | 17.7 | 11.66 | 69.72 | - |
| YUV | 89.22 | 202.37 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 221 | 0.72 | 0.65 | 0 | 0.13 | 233.63 | 0.7 | 0.55 |
| Hex | 3D | 4E | DD | 48 | 41 | 0 | D | EA | 46 | 37 |
| Octal | 75 | 116 | 335 | 110 | 101 | 0 | 15 | 352 | 106 | 67 |
| Binary | 111101 | 1001110 | 11011101 | 1001000 | 1000001 | 0 | 1101 | 11101010 | 1000110 | 110111 |
Color Harmonies of #3D4EDD
Complementary color
Monochromatic Colors of #3D4EDD
Black with #3D4EDD
Text Example
Text Example
White with #3D4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4EDD; }
p { color: rgb(61,78,221); }
H1.HeaderClassName
{
color: #3D4EDD;
}
.AnyTagClassName
{
color: #3D4EDD;
}
</style>
background-color css
<style>
a { background-color: #3D4EDD; }
a { background-color: rgb(61,78,221); }
div.DivClassName
{
background-color: #3D4EDD;
}
.BgClassName
{
background-color: #3D4EDD;
}
</style>
border-color css
<style>
span { border-color: #3D4EDD; }
span { border-color: rgb(61,78,221); }
td.TdClassName
{
border-color: #3D4EDD;
}
.TagClassName
{
border-color: #3D4EDD;
}
</style>