Shades of Free Speech Blue #3E38CE
Tints of Free Speech Blue #3E38CE
RGB
CMYK
RGB Variations
Color information
#3E38CE (or 0x3E38CE) is known color: Free Speech Blue. HEX triplet: 3E, 38 and CE. RGB value is (62,56,206). Sum of RGB (Red+Green+Blue) = 62+56+206=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38CE is #C1C731. Grayscale: #4A4A4A. Windows color (decimal): -12699442 or 13514814. OLE color: 13514814.
HSL color Cylindrical-coordinate representation of color #3E38CE: hue angle of 242.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E38CE is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 56 | 206 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.19 |
| HSL | 242.4º | 0.6% | 0.51% | - |
| HSV(B) | 242.4º | 0.73% | 0.81% | - |
| XYZ | 14.54 | 8.31 | 59.23 | - |
| YUV | 74.89 | 201.99 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 206 | 0.70 | 0.73 | 0 | 0.19 | 242.4 | 0.6 | 0.51 |
| Hex | 3E | 38 | CE | 46 | 49 | 0 | 13 | F2 | 3C | 33 |
| Octal | 76 | 70 | 316 | 106 | 111 | 0 | 23 | 362 | 74 | 63 |
| Binary | 111110 | 111000 | 11001110 | 1000110 | 1001001 | 0 | 10011 | 11110010 | 111100 | 110011 |
Color Harmonies of #3E38CE
Complementary color
Monochromatic Colors of #3E38CE
Black with #3E38CE
Text Example
Text Example
White with #3E38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38CE; }
p { color: rgb(62,56,206); }
H1.HeaderClassName
{
color: #3E38CE;
}
.AnyTagClassName
{
color: #3E38CE;
}
</style>
background-color css
<style>
a { background-color: #3E38CE; }
a { background-color: rgb(62,56,206); }
div.DivClassName
{
background-color: #3E38CE;
}
.BgClassName
{
background-color: #3E38CE;
}
</style>
border-color css
<style>
span { border-color: #3E38CE; }
span { border-color: rgb(62,56,206); }
td.TdClassName
{
border-color: #3E38CE;
}
.TagClassName
{
border-color: #3E38CE;
}
</style>