Shades of Free Speech Blue #3D4EBA
Tints of Free Speech Blue #3D4EBA
RGB
CMYK
RGB Variations
Color information
#3D4EBA (or 0x3D4EBA) is known color: Free Speech Blue. HEX triplet: 3D, 4E and BA. RGB value is (61,78,186). Sum of RGB (Red+Green+Blue) = 61+78+186=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EBA is #C2B145. Grayscale: #545454. Windows color (decimal): -12759366 or 12209725. OLE color: 12209725.
HSL color Cylindrical-coordinate representation of color #3D4EBA: hue angle of 231.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D4EBA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 78 | 186 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.27 |
| HSL | 231.84º | 0.51% | 0.48% | - |
| HSV(B) | 231.84º | 0.67% | 0.73% | - |
| XYZ | 13.51 | 9.99 | 47.67 | - |
| YUV | 85.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 186 | 0.67 | 0.58 | 0 | 0.27 | 231.84 | 0.51 | 0.48 |
| Hex | 3D | 4E | BA | 43 | 3A | 0 | 1B | E8 | 33 | 30 |
| Octal | 75 | 116 | 272 | 103 | 72 | 0 | 33 | 350 | 63 | 60 |
| Binary | 111101 | 1001110 | 10111010 | 1000011 | 111010 | 0 | 11011 | 11101000 | 110011 | 110000 |
Color Harmonies of #3D4EBA
Complementary color
Monochromatic Colors of #3D4EBA
Black with #3D4EBA
Text Example
Text Example
White with #3D4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4EBA; }
p { color: rgb(61,78,186); }
H1.HeaderClassName
{
color: #3D4EBA;
}
.AnyTagClassName
{
color: #3D4EBA;
}
</style>
background-color css
<style>
a { background-color: #3D4EBA; }
a { background-color: rgb(61,78,186); }
div.DivClassName
{
background-color: #3D4EBA;
}
.BgClassName
{
background-color: #3D4EBA;
}
</style>
border-color css
<style>
span { border-color: #3D4EBA; }
span { border-color: rgb(61,78,186); }
td.TdClassName
{
border-color: #3D4EBA;
}
.TagClassName
{
border-color: #3D4EBA;
}
</style>