Shades of Free Speech Blue #3C4ECB
Tints of Free Speech Blue #3C4ECB
RGB
CMYK
RGB Variations
Color information
#3C4ECB (or 0x3C4ECB) is known color: Free Speech Blue. HEX triplet: 3C, 4E and CB. RGB value is (60,78,203). Sum of RGB (Red+Green+Blue) = 60+78+203=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4ECB is #C3B134. Grayscale: #565656. Windows color (decimal): -12824885 or 13323836. OLE color: 13323836.
HSL color Cylindrical-coordinate representation of color #3C4ECB: hue angle of 232.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4ECB is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 78 | 203 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.20 |
| HSL | 232.45º | 0.58% | 0.52% | - |
| HSV(B) | 232.45º | 0.7% | 0.8% | - |
| XYZ | 15.37 | 10.72 | 57.76 | - |
| YUV | 86.87 | 193.54 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 203 | 0.70 | 0.62 | 0 | 0.20 | 232.45 | 0.58 | 0.52 |
| Hex | 3C | 4E | CB | 46 | 3E | 0 | 14 | E8 | 3A | 34 |
| Octal | 74 | 116 | 313 | 106 | 76 | 0 | 24 | 350 | 72 | 64 |
| Binary | 111100 | 1001110 | 11001011 | 1000110 | 111110 | 0 | 10100 | 11101000 | 111010 | 110100 |
Color Harmonies of #3C4ECB
Complementary color
Monochromatic Colors of #3C4ECB
Black with #3C4ECB
Text Example
Text Example
White with #3C4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4ECB; }
p { color: rgb(60,78,203); }
H1.HeaderClassName
{
color: #3C4ECB;
}
.AnyTagClassName
{
color: #3C4ECB;
}
</style>
background-color css
<style>
a { background-color: #3C4ECB; }
a { background-color: rgb(60,78,203); }
div.DivClassName
{
background-color: #3C4ECB;
}
.BgClassName
{
background-color: #3C4ECB;
}
</style>
border-color css
<style>
span { border-color: #3C4ECB; }
span { border-color: rgb(60,78,203); }
td.TdClassName
{
border-color: #3C4ECB;
}
.TagClassName
{
border-color: #3C4ECB;
}
</style>