Shades of Free Speech Blue #3D4CBA
Tints of Free Speech Blue #3D4CBA
RGB
CMYK
RGB Variations
Color information
#3D4CBA (or 0x3D4CBA) is known color: Free Speech Blue. HEX triplet: 3D, 4C and BA. RGB value is (61,76,186). Sum of RGB (Red+Green+Blue) = 61+76+186=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4CBA is #C2B345. Grayscale: #535353. Windows color (decimal): -12759878 or 12209213. OLE color: 12209213.
HSL color Cylindrical-coordinate representation of color #3D4CBA: hue angle of 232.8º 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 #3D4CBA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 76 | 186 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.27 |
| HSL | 232.8º | 0.51% | 0.48% | - |
| HSV(B) | 232.8º | 0.67% | 0.73% | - |
| XYZ | 13.37 | 9.71 | 47.62 | - |
| YUV | 84.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 186 | 0.67 | 0.59 | 0 | 0.27 | 232.8 | 0.51 | 0.48 |
| Hex | 3D | 4C | BA | 43 | 3B | 0 | 1B | E9 | 33 | 30 |
| Octal | 75 | 114 | 272 | 103 | 73 | 0 | 33 | 351 | 63 | 60 |
| Binary | 111101 | 1001100 | 10111010 | 1000011 | 111011 | 0 | 11011 | 11101001 | 110011 | 110000 |
Color Harmonies of #3D4CBA
Complementary color
Monochromatic Colors of #3D4CBA
Black with #3D4CBA
Text Example
Text Example
White with #3D4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4CBA; }
p { color: rgb(61,76,186); }
H1.HeaderClassName
{
color: #3D4CBA;
}
.AnyTagClassName
{
color: #3D4CBA;
}
</style>
background-color css
<style>
a { background-color: #3D4CBA; }
a { background-color: rgb(61,76,186); }
div.DivClassName
{
background-color: #3D4CBA;
}
.BgClassName
{
background-color: #3D4CBA;
}
</style>
border-color css
<style>
span { border-color: #3D4CBA; }
span { border-color: rgb(61,76,186); }
td.TdClassName
{
border-color: #3D4CBA;
}
.TagClassName
{
border-color: #3D4CBA;
}
</style>