Shades of Free Speech Blue #3C4FE0
Tints of Free Speech Blue #3C4FE0
RGB
CMYK
RGB Variations
Color information
#3C4FE0 (or 0x3C4FE0) is known color: Free Speech Blue. HEX triplet: 3C, 4F and E0. RGB value is (60,79,224). Sum of RGB (Red+Green+Blue) = 60+79+224=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C4FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FE0 is #C3B01F. Grayscale: #595959. Windows color (decimal): -12824608 or 14700348. OLE color: 14700348.
HSL color Cylindrical-coordinate representation of color #3C4FE0: hue angle of 233.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4FE0 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 79 | 224 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.12 |
| HSL | 233.05º | 0.73% | 0.56% | - |
| HSV(B) | 233.05º | 0.73% | 0.88% | - |
| XYZ | 18.11 | 11.93 | 71.87 | - |
| YUV | 89.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 224 | 0.73 | 0.65 | 0 | 0.12 | 233.05 | 0.73 | 0.56 |
| Hex | 3C | 4F | E0 | 49 | 41 | 0 | C | E9 | 49 | 38 |
| Octal | 74 | 117 | 340 | 111 | 101 | 0 | 14 | 351 | 111 | 70 |
| Binary | 111100 | 1001111 | 11100000 | 1001001 | 1000001 | 0 | 1100 | 11101001 | 1001001 | 111000 |
Color Harmonies of #3C4FE0
Complementary color
Monochromatic Colors of #3C4FE0
Black with #3C4FE0
Text Example
Text Example
White with #3C4FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FE0; }
p { color: rgb(60,79,224); }
H1.HeaderClassName
{
color: #3C4FE0;
}
.AnyTagClassName
{
color: #3C4FE0;
}
</style>
background-color css
<style>
a { background-color: #3C4FE0; }
a { background-color: rgb(60,79,224); }
div.DivClassName
{
background-color: #3C4FE0;
}
.BgClassName
{
background-color: #3C4FE0;
}
</style>
border-color css
<style>
span { border-color: #3C4FE0; }
span { border-color: rgb(60,79,224); }
td.TdClassName
{
border-color: #3C4FE0;
}
.TagClassName
{
border-color: #3C4FE0;
}
</style>