Shades of Free Speech Blue #3E5ECC
Tints of Free Speech Blue #3E5ECC
RGB
CMYK
RGB Variations
Color information
#3E5ECC (or 0x3E5ECC) is known color: Free Speech Blue. HEX triplet: 3E, 5E and CC. RGB value is (62,94,204). Sum of RGB (Red+Green+Blue) = 62+94+204=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E5ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5ECC is #C1A133. Grayscale: #606060. Windows color (decimal): -12689716 or 13393470. OLE color: 13393470.
HSL color Cylindrical-coordinate representation of color #3E5ECC: hue angle of 226.48º 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 #3E5ECC is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 94 | 204 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.2 |
| HSL | 226.48º | 0.58% | 0.52% | - |
| HSV(B) | 226.48º | 0.7% | 0.8% | - |
| XYZ | 16.89 | 13.39 | 58.82 | - |
| YUV | 96.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 204 | 0.70 | 0.54 | 0 | 0.2 | 226.48 | 0.58 | 0.52 |
| Hex | 3E | 5E | CC | 46 | 36 | 0 | 14 | E2 | 3A | 34 |
| Octal | 76 | 136 | 314 | 106 | 66 | 0 | 24 | 342 | 72 | 64 |
| Binary | 111110 | 1011110 | 11001100 | 1000110 | 110110 | 0 | 10100 | 11100010 | 111010 | 110100 |
Color Harmonies of #3E5ECC
Complementary color
Monochromatic Colors of #3E5ECC
Black with #3E5ECC
Text Example
Text Example
White with #3E5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5ECC; }
p { color: rgb(62,94,204); }
H1.HeaderClassName
{
color: #3E5ECC;
}
.AnyTagClassName
{
color: #3E5ECC;
}
</style>
background-color css
<style>
a { background-color: #3E5ECC; }
a { background-color: rgb(62,94,204); }
div.DivClassName
{
background-color: #3E5ECC;
}
.BgClassName
{
background-color: #3E5ECC;
}
</style>
border-color css
<style>
span { border-color: #3E5ECC; }
span { border-color: rgb(62,94,204); }
td.TdClassName
{
border-color: #3E5ECC;
}
.TagClassName
{
border-color: #3E5ECC;
}
</style>