Shades of Free Speech Blue #3D5EBA
Tints of Free Speech Blue #3D5EBA
RGB
CMYK
RGB Variations
Color information
#3D5EBA (or 0x3D5EBA) is known color: Free Speech Blue. HEX triplet: 3D, 5E and BA. RGB value is (61,94,186). Sum of RGB (Red+Green+Blue) = 61+94+186=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EBA is #C2A145. Grayscale: #5E5E5E. Windows color (decimal): -12755270 or 12213821. OLE color: 12213821.
HSL color Cylindrical-coordinate representation of color #3D5EBA: hue angle of 224.16º 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 #3D5EBA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 94 | 186 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.27 |
| HSL | 224.16º | 0.51% | 0.48% | - |
| HSV(B) | 224.16º | 0.67% | 0.73% | - |
| XYZ | 14.79 | 12.54 | 48.1 | - |
| YUV | 94.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 186 | 0.67 | 0.49 | 0 | 0.27 | 224.16 | 0.51 | 0.48 |
| Hex | 3D | 5E | BA | 43 | 31 | 0 | 1B | E0 | 33 | 30 |
| Octal | 75 | 136 | 272 | 103 | 61 | 0 | 33 | 340 | 63 | 60 |
| Binary | 111101 | 1011110 | 10111010 | 1000011 | 110001 | 0 | 11011 | 11100000 | 110011 | 110000 |
Color Harmonies of #3D5EBA
Complementary color
Monochromatic Colors of #3D5EBA
Black with #3D5EBA
Text Example
Text Example
White with #3D5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5EBA; }
p { color: rgb(61,94,186); }
H1.HeaderClassName
{
color: #3D5EBA;
}
.AnyTagClassName
{
color: #3D5EBA;
}
</style>
background-color css
<style>
a { background-color: #3D5EBA; }
a { background-color: rgb(61,94,186); }
div.DivClassName
{
background-color: #3D5EBA;
}
.BgClassName
{
background-color: #3D5EBA;
}
</style>
border-color css
<style>
span { border-color: #3D5EBA; }
span { border-color: rgb(61,94,186); }
td.TdClassName
{
border-color: #3D5EBA;
}
.TagClassName
{
border-color: #3D5EBA;
}
</style>