Shades of Free Speech Blue #3E36D5
Tints of Free Speech Blue #3E36D5
RGB
CMYK
RGB Variations
Color information
#3E36D5 (or 0x3E36D5) is known color: Free Speech Blue. HEX triplet: 3E, 36 and D5. RGB value is (62,54,213). Sum of RGB (Red+Green+Blue) = 62+54+213=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E36D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E36D5 is #C1C92A. Grayscale: #494949. Windows color (decimal): -12699947 or 13973054. OLE color: 13973054.
HSL color Cylindrical-coordinate representation of color #3E36D5: hue angle of 243.02º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E36D5 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 54 | 213 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.16 |
| HSL | 243.02º | 0.65% | 0.52% | - |
| HSV(B) | 243.02º | 0.75% | 0.84% | - |
| XYZ | 15.32 | 8.47 | 63.78 | - |
| YUV | 74.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 213 | 0.71 | 0.75 | 0 | 0.16 | 243.02 | 0.65 | 0.52 |
| Hex | 3E | 36 | D5 | 47 | 4B | 0 | 10 | F3 | 41 | 34 |
| Octal | 76 | 66 | 325 | 107 | 113 | 0 | 20 | 363 | 101 | 64 |
| Binary | 111110 | 110110 | 11010101 | 1000111 | 1001011 | 0 | 10000 | 11110011 | 1000001 | 110100 |
Color Harmonies of #3E36D5
Complementary color
Monochromatic Colors of #3E36D5
Black with #3E36D5
Text Example
Text Example
White with #3E36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36D5; }
p { color: rgb(62,54,213); }
H1.HeaderClassName
{
color: #3E36D5;
}
.AnyTagClassName
{
color: #3E36D5;
}
</style>
background-color css
<style>
a { background-color: #3E36D5; }
a { background-color: rgb(62,54,213); }
div.DivClassName
{
background-color: #3E36D5;
}
.BgClassName
{
background-color: #3E36D5;
}
</style>
border-color css
<style>
span { border-color: #3E36D5; }
span { border-color: rgb(62,54,213); }
td.TdClassName
{
border-color: #3E36D5;
}
.TagClassName
{
border-color: #3E36D5;
}
</style>