Shades of Free Speech Blue #3D4FBA
Tints of Free Speech Blue #3D4FBA
RGB
CMYK
RGB Variations
Color information
#3D4FBA (or 0x3D4FBA) is known color: Free Speech Blue. HEX triplet: 3D, 4F and BA. RGB value is (61,79,186). Sum of RGB (Red+Green+Blue) = 61+79+186=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4FBA is #C2B045. Grayscale: #555555. Windows color (decimal): -12759110 or 12209981. OLE color: 12209981.
HSL color Cylindrical-coordinate representation of color #3D4FBA: hue angle of 231.36º 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 #3D4FBA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 79 | 186 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.27 |
| HSL | 231.36º | 0.51% | 0.48% | - |
| HSV(B) | 231.36º | 0.67% | 0.73% | - |
| XYZ | 13.58 | 10.13 | 47.69 | - |
| YUV | 85.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 186 | 0.67 | 0.58 | 0 | 0.27 | 231.36 | 0.51 | 0.48 |
| Hex | 3D | 4F | BA | 43 | 3A | 0 | 1B | E7 | 33 | 30 |
| Octal | 75 | 117 | 272 | 103 | 72 | 0 | 33 | 347 | 63 | 60 |
| Binary | 111101 | 1001111 | 10111010 | 1000011 | 111010 | 0 | 11011 | 11100111 | 110011 | 110000 |
Color Harmonies of #3D4FBA
Complementary color
Monochromatic Colors of #3D4FBA
Black with #3D4FBA
Text Example
Text Example
White with #3D4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4FBA; }
p { color: rgb(61,79,186); }
H1.HeaderClassName
{
color: #3D4FBA;
}
.AnyTagClassName
{
color: #3D4FBA;
}
</style>
background-color css
<style>
a { background-color: #3D4FBA; }
a { background-color: rgb(61,79,186); }
div.DivClassName
{
background-color: #3D4FBA;
}
.BgClassName
{
background-color: #3D4FBA;
}
</style>
border-color css
<style>
span { border-color: #3D4FBA; }
span { border-color: rgb(61,79,186); }
td.TdClassName
{
border-color: #3D4FBA;
}
.TagClassName
{
border-color: #3D4FBA;
}
</style>