Shades of Free Speech Blue #3E31CC
Tints of Free Speech Blue #3E31CC
RGB
CMYK
RGB Variations
Color information
#3E31CC (or 0x3E31CC) is known color: Free Speech Blue. HEX triplet: 3E, 31 and CC. RGB value is (62,49,204). Sum of RGB (Red+Green+Blue) = 62+49+204=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E31CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E31CC is #C1CE33. Grayscale: #454545. Windows color (decimal): -12701236 or 13381950. OLE color: 13381950.
HSL color Cylindrical-coordinate representation of color #3E31CC: hue angle of 245.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E31CC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 49 | 204 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.2 |
| HSL | 245.03º | 0.61% | 0.5% | - |
| HSV(B) | 245.03º | 0.76% | 0.8% | - |
| XYZ | 13.98 | 7.58 | 57.85 | - |
| YUV | 70.56 | 203.31 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 204 | 0.70 | 0.76 | 0 | 0.2 | 245.03 | 0.61 | 0.5 |
| Hex | 3E | 31 | CC | 46 | 4C | 0 | 14 | F5 | 3D | 32 |
| Octal | 76 | 61 | 314 | 106 | 114 | 0 | 24 | 365 | 75 | 62 |
| Binary | 111110 | 110001 | 11001100 | 1000110 | 1001100 | 0 | 10100 | 11110101 | 111101 | 110010 |
Color Harmonies of #3E31CC
Complementary color
Monochromatic Colors of #3E31CC
Black with #3E31CC
Text Example
Text Example
White with #3E31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E31CC; }
p { color: rgb(62,49,204); }
H1.HeaderClassName
{
color: #3E31CC;
}
.AnyTagClassName
{
color: #3E31CC;
}
</style>
background-color css
<style>
a { background-color: #3E31CC; }
a { background-color: rgb(62,49,204); }
div.DivClassName
{
background-color: #3E31CC;
}
.BgClassName
{
background-color: #3E31CC;
}
</style>
border-color css
<style>
span { border-color: #3E31CC; }
span { border-color: rgb(62,49,204); }
td.TdClassName
{
border-color: #3E31CC;
}
.TagClassName
{
border-color: #3E31CC;
}
</style>