Shades of Free Speech Blue #3E4ABE
Tints of Free Speech Blue #3E4ABE
RGB
CMYK
RGB Variations
Color information
#3E4ABE (or 0x3E4ABE) is known color: Free Speech Blue. HEX triplet: 3E, 4A and BE. RGB value is (62,74,190). Sum of RGB (Red+Green+Blue) = 62+74+190=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ABE is #C1B541. Grayscale: #535353. Windows color (decimal): -12694850 or 12470846. OLE color: 12470846.
HSL color Cylindrical-coordinate representation of color #3E4ABE: hue angle of 234.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4ABE is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 74 | 190 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.25 |
| HSL | 234.38º | 0.51% | 0.49% | - |
| HSV(B) | 234.38º | 0.67% | 0.75% | - |
| XYZ | 13.73 | 9.64 | 49.85 | - |
| YUV | 83.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 190 | 0.67 | 0.61 | 0 | 0.25 | 234.38 | 0.51 | 0.49 |
| Hex | 3E | 4A | BE | 43 | 3D | 0 | 19 | EA | 33 | 31 |
| Octal | 76 | 112 | 276 | 103 | 75 | 0 | 31 | 352 | 63 | 61 |
| Binary | 111110 | 1001010 | 10111110 | 1000011 | 111101 | 0 | 11001 | 11101010 | 110011 | 110001 |
Color Harmonies of #3E4ABE
Complementary color
Monochromatic Colors of #3E4ABE
Black with #3E4ABE
Text Example
Text Example
White with #3E4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4ABE; }
p { color: rgb(62,74,190); }
H1.HeaderClassName
{
color: #3E4ABE;
}
.AnyTagClassName
{
color: #3E4ABE;
}
</style>
background-color css
<style>
a { background-color: #3E4ABE; }
a { background-color: rgb(62,74,190); }
div.DivClassName
{
background-color: #3E4ABE;
}
.BgClassName
{
background-color: #3E4ABE;
}
</style>
border-color css
<style>
span { border-color: #3E4ABE; }
span { border-color: rgb(62,74,190); }
td.TdClassName
{
border-color: #3E4ABE;
}
.TagClassName
{
border-color: #3E4ABE;
}
</style>