Shades of Free Speech Blue #3C4DBD
Tints of Free Speech Blue #3C4DBD
RGB
CMYK
RGB Variations
Color information
#3C4DBD (or 0x3C4DBD) is known color: Free Speech Blue. HEX triplet: 3C, 4D and BD. RGB value is (60,77,189). Sum of RGB (Red+Green+Blue) = 60+77+189=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DBD is #C3B242. Grayscale: #545454. Windows color (decimal): -12825155 or 12406076. OLE color: 12406076.
HSL color Cylindrical-coordinate representation of color #3C4DBD: hue angle of 232.09º degrees, saturation: 0.52, 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 #3C4DBD is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 77 | 189 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.26 |
| HSL | 232.09º | 0.52% | 0.49% | - |
| HSV(B) | 232.09º | 0.68% | 0.74% | - |
| XYZ | 13.7 | 9.94 | 49.34 | - |
| YUV | 84.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 189 | 0.68 | 0.59 | 0 | 0.26 | 232.09 | 0.52 | 0.49 |
| Hex | 3C | 4D | BD | 44 | 3B | 0 | 1A | E8 | 34 | 31 |
| Octal | 74 | 115 | 275 | 104 | 73 | 0 | 32 | 350 | 64 | 61 |
| Binary | 111100 | 1001101 | 10111101 | 1000100 | 111011 | 0 | 11010 | 11101000 | 110100 | 110001 |
Color Harmonies of #3C4DBD
Complementary color
Monochromatic Colors of #3C4DBD
Black with #3C4DBD
Text Example
Text Example
White with #3C4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4DBD; }
p { color: rgb(60,77,189); }
H1.HeaderClassName
{
color: #3C4DBD;
}
.AnyTagClassName
{
color: #3C4DBD;
}
</style>
background-color css
<style>
a { background-color: #3C4DBD; }
a { background-color: rgb(60,77,189); }
div.DivClassName
{
background-color: #3C4DBD;
}
.BgClassName
{
background-color: #3C4DBD;
}
</style>
border-color css
<style>
span { border-color: #3C4DBD; }
span { border-color: rgb(60,77,189); }
td.TdClassName
{
border-color: #3C4DBD;
}
.TagClassName
{
border-color: #3C4DBD;
}
</style>