Shades of Free Speech Blue #3E4FCC
Tints of Free Speech Blue #3E4FCC
RGB
CMYK
RGB Variations
Color information
#3E4FCC (or 0x3E4FCC) is known color: Free Speech Blue. HEX triplet: 3E, 4F and CC. RGB value is (62,79,204). Sum of RGB (Red+Green+Blue) = 62+79+204=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4FCC is #C1B033. Grayscale: #575757. Windows color (decimal): -12693556 or 13389630. OLE color: 13389630.
HSL color Cylindrical-coordinate representation of color #3E4FCC: hue angle of 232.82º 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 #3E4FCC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 79 | 204 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.2 |
| HSL | 232.82º | 0.58% | 0.52% | - |
| HSV(B) | 232.82º | 0.7% | 0.8% | - |
| XYZ | 15.68 | 10.98 | 58.42 | - |
| YUV | 88.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 204 | 0.70 | 0.61 | 0 | 0.2 | 232.82 | 0.58 | 0.52 |
| Hex | 3E | 4F | CC | 46 | 3D | 0 | 14 | E9 | 3A | 34 |
| Octal | 76 | 117 | 314 | 106 | 75 | 0 | 24 | 351 | 72 | 64 |
| Binary | 111110 | 1001111 | 11001100 | 1000110 | 111101 | 0 | 10100 | 11101001 | 111010 | 110100 |
Color Harmonies of #3E4FCC
Complementary color
Monochromatic Colors of #3E4FCC
Black with #3E4FCC
Text Example
Text Example
White with #3E4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4FCC; }
p { color: rgb(62,79,204); }
H1.HeaderClassName
{
color: #3E4FCC;
}
.AnyTagClassName
{
color: #3E4FCC;
}
</style>
background-color css
<style>
a { background-color: #3E4FCC; }
a { background-color: rgb(62,79,204); }
div.DivClassName
{
background-color: #3E4FCC;
}
.BgClassName
{
background-color: #3E4FCC;
}
</style>
border-color css
<style>
span { border-color: #3E4FCC; }
span { border-color: rgb(62,79,204); }
td.TdClassName
{
border-color: #3E4FCC;
}
.TagClassName
{
border-color: #3E4FCC;
}
</style>