Shades of Free Speech Blue #3E3AB5
Tints of Free Speech Blue #3E3AB5
RGB
CMYK
RGB Variations
Color information
#3E3AB5 (or 0x3E3AB5) is known color: Free Speech Blue. HEX triplet: 3E, 3A and B5. RGB value is (62,58,181). Sum of RGB (Red+Green+Blue) = 62+58+181=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E3AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3AB5 is #C1C54A. Grayscale: #484848. Windows color (decimal): -12698955 or 11876926. OLE color: 11876926.
HSL color Cylindrical-coordinate representation of color #3E3AB5: hue angle of 241.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3AB5 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 58 | 181 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.29 |
| HSL | 241.95º | 0.51% | 0.47% | - |
| HSV(B) | 241.95º | 0.68% | 0.71% | - |
| XYZ | 11.84 | 7.39 | 44.52 | - |
| YUV | 73.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 181 | 0.66 | 0.68 | 0 | 0.29 | 241.95 | 0.51 | 0.47 |
| Hex | 3E | 3A | B5 | 42 | 44 | 0 | 1D | F2 | 33 | 2F |
| Octal | 76 | 72 | 265 | 102 | 104 | 0 | 35 | 362 | 63 | 57 |
| Binary | 111110 | 111010 | 10110101 | 1000010 | 1000100 | 0 | 11101 | 11110010 | 110011 | 101111 |
Color Harmonies of #3E3AB5
Complementary color
Monochromatic Colors of #3E3AB5
Black with #3E3AB5
Text Example
Text Example
White with #3E3AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3AB5; }
p { color: rgb(62,58,181); }
H1.HeaderClassName
{
color: #3E3AB5;
}
.AnyTagClassName
{
color: #3E3AB5;
}
</style>
background-color css
<style>
a { background-color: #3E3AB5; }
a { background-color: rgb(62,58,181); }
div.DivClassName
{
background-color: #3E3AB5;
}
.BgClassName
{
background-color: #3E3AB5;
}
</style>
border-color css
<style>
span { border-color: #3E3AB5; }
span { border-color: rgb(62,58,181); }
td.TdClassName
{
border-color: #3E3AB5;
}
.TagClassName
{
border-color: #3E3AB5;
}
</style>