Shades of Free Speech Blue #3E3ABB
Tints of Free Speech Blue #3E3ABB
RGB
CMYK
RGB Variations
Color information
#3E3ABB (or 0x3E3ABB) is known color: Free Speech Blue. HEX triplet: 3E, 3A and BB. RGB value is (62,58,187). Sum of RGB (Red+Green+Blue) = 62+58+187=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E3ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3ABB is #C1C544. Grayscale: #494949. Windows color (decimal): -12698949 or 12270142. OLE color: 12270142.
HSL color Cylindrical-coordinate representation of color #3E3ABB: hue angle of 241.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3ABB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 58 | 187 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.27 |
| HSL | 241.86º | 0.53% | 0.48% | - |
| HSV(B) | 241.86º | 0.69% | 0.73% | - |
| XYZ | 12.47 | 7.64 | 47.83 | - |
| YUV | 73.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 187 | 0.67 | 0.69 | 0 | 0.27 | 241.86 | 0.53 | 0.48 |
| Hex | 3E | 3A | BB | 43 | 45 | 0 | 1B | F2 | 35 | 30 |
| Octal | 76 | 72 | 273 | 103 | 105 | 0 | 33 | 362 | 65 | 60 |
| Binary | 111110 | 111010 | 10111011 | 1000011 | 1000101 | 0 | 11011 | 11110010 | 110101 | 110000 |
Color Harmonies of #3E3ABB
Complementary color
Monochromatic Colors of #3E3ABB
Black with #3E3ABB
Text Example
Text Example
White with #3E3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3ABB; }
p { color: rgb(62,58,187); }
H1.HeaderClassName
{
color: #3E3ABB;
}
.AnyTagClassName
{
color: #3E3ABB;
}
</style>
background-color css
<style>
a { background-color: #3E3ABB; }
a { background-color: rgb(62,58,187); }
div.DivClassName
{
background-color: #3E3ABB;
}
.BgClassName
{
background-color: #3E3ABB;
}
</style>
border-color css
<style>
span { border-color: #3E3ABB; }
span { border-color: rgb(62,58,187); }
td.TdClassName
{
border-color: #3E3ABB;
}
.TagClassName
{
border-color: #3E3ABB;
}
</style>