Shades of Free Speech Blue #3D4BBD
Tints of Free Speech Blue #3D4BBD
RGB
CMYK
RGB Variations
Color information
#3D4BBD (or 0x3D4BBD) is known color: Free Speech Blue. HEX triplet: 3D, 4B and BD. RGB value is (61,75,189). Sum of RGB (Red+Green+Blue) = 61+75+189=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4BBD is #C2B442. Grayscale: #535353. Windows color (decimal): -12760131 or 12405565. OLE color: 12405565.
HSL color Cylindrical-coordinate representation of color #3D4BBD: hue angle of 233.44º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D4BBD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 75 | 189 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.26 |
| HSL | 233.44º | 0.51% | 0.49% | - |
| HSV(B) | 233.44º | 0.68% | 0.74% | - |
| XYZ | 13.63 | 9.7 | 49.3 | - |
| YUV | 83.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 189 | 0.68 | 0.60 | 0 | 0.26 | 233.44 | 0.51 | 0.49 |
| Hex | 3D | 4B | BD | 44 | 3C | 0 | 1A | E9 | 33 | 31 |
| Octal | 75 | 113 | 275 | 104 | 74 | 0 | 32 | 351 | 63 | 61 |
| Binary | 111101 | 1001011 | 10111101 | 1000100 | 111100 | 0 | 11010 | 11101001 | 110011 | 110001 |
Color Harmonies of #3D4BBD
Complementary color
Monochromatic Colors of #3D4BBD
Black with #3D4BBD
Text Example
Text Example
White with #3D4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4BBD; }
p { color: rgb(61,75,189); }
H1.HeaderClassName
{
color: #3D4BBD;
}
.AnyTagClassName
{
color: #3D4BBD;
}
</style>
background-color css
<style>
a { background-color: #3D4BBD; }
a { background-color: rgb(61,75,189); }
div.DivClassName
{
background-color: #3D4BBD;
}
.BgClassName
{
background-color: #3D4BBD;
}
</style>
border-color css
<style>
span { border-color: #3D4BBD; }
span { border-color: rgb(61,75,189); }
td.TdClassName
{
border-color: #3D4BBD;
}
.TagClassName
{
border-color: #3D4BBD;
}
</style>