Shades of Free Speech Blue #3C4FC8
Tints of Free Speech Blue #3C4FC8
RGB
CMYK
RGB Variations
Color information
#3C4FC8 (or 0x3C4FC8) is known color: Free Speech Blue. HEX triplet: 3C, 4F and C8. RGB value is (60,79,200). Sum of RGB (Red+Green+Blue) = 60+79+200=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C4FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FC8 is #C3B037. Grayscale: #565656. Windows color (decimal): -12824632 or 13127484. OLE color: 13127484.
HSL color Cylindrical-coordinate representation of color #3C4FC8: hue angle of 231.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4FC8 is Cyan = 0.7, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 79 | 200 | - |
| CMYK | 0.7 | 0.60 | 0 | 0.22 |
| HSL | 231.86º | 0.56% | 0.51% | - |
| HSV(B) | 231.86º | 0.7% | 0.78% | - |
| XYZ | 15.08 | 10.72 | 55.92 | - |
| YUV | 87.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 200 | 0.7 | 0.60 | 0 | 0.22 | 231.86 | 0.56 | 0.51 |
| Hex | 3C | 4F | C8 | 46 | 3C | 0 | 16 | E8 | 38 | 33 |
| Octal | 74 | 117 | 310 | 106 | 74 | 0 | 26 | 350 | 70 | 63 |
| Binary | 111100 | 1001111 | 11001000 | 1000110 | 111100 | 0 | 10110 | 11101000 | 111000 | 110011 |
Color Harmonies of #3C4FC8
Complementary color
Monochromatic Colors of #3C4FC8
Black with #3C4FC8
Text Example
Text Example
White with #3C4FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FC8; }
p { color: rgb(60,79,200); }
H1.HeaderClassName
{
color: #3C4FC8;
}
.AnyTagClassName
{
color: #3C4FC8;
}
</style>
background-color css
<style>
a { background-color: #3C4FC8; }
a { background-color: rgb(60,79,200); }
div.DivClassName
{
background-color: #3C4FC8;
}
.BgClassName
{
background-color: #3C4FC8;
}
</style>
border-color css
<style>
span { border-color: #3C4FC8; }
span { border-color: rgb(60,79,200); }
td.TdClassName
{
border-color: #3C4FC8;
}
.TagClassName
{
border-color: #3C4FC8;
}
</style>