Shades of Free Speech Blue #3E46BE
Tints of Free Speech Blue #3E46BE
RGB
CMYK
RGB Variations
Color information
#3E46BE (or 0x3E46BE) is known color: Free Speech Blue. HEX triplet: 3E, 46 and BE. RGB value is (62,70,190). Sum of RGB (Red+Green+Blue) = 62+70+190=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E46BE is #C1B941. Grayscale: #505050. Windows color (decimal): -12695874 or 12469822. OLE color: 12469822.
HSL color Cylindrical-coordinate representation of color #3E46BE: hue angle of 236.25º 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 #3E46BE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 70 | 190 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.25 |
| HSL | 236.25º | 0.51% | 0.49% | - |
| HSV(B) | 236.25º | 0.67% | 0.75% | - |
| XYZ | 13.47 | 9.12 | 49.77 | - |
| YUV | 81.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 190 | 0.67 | 0.63 | 0 | 0.25 | 236.25 | 0.51 | 0.49 |
| Hex | 3E | 46 | BE | 43 | 3F | 0 | 19 | EC | 33 | 31 |
| Octal | 76 | 106 | 276 | 103 | 77 | 0 | 31 | 354 | 63 | 61 |
| Binary | 111110 | 1000110 | 10111110 | 1000011 | 111111 | 0 | 11001 | 11101100 | 110011 | 110001 |
Color Harmonies of #3E46BE
Complementary color
Monochromatic Colors of #3E46BE
Black with #3E46BE
Text Example
Text Example
White with #3E46BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E46BE; }
p { color: rgb(62,70,190); }
H1.HeaderClassName
{
color: #3E46BE;
}
.AnyTagClassName
{
color: #3E46BE;
}
</style>
background-color css
<style>
a { background-color: #3E46BE; }
a { background-color: rgb(62,70,190); }
div.DivClassName
{
background-color: #3E46BE;
}
.BgClassName
{
background-color: #3E46BE;
}
</style>
border-color css
<style>
span { border-color: #3E46BE; }
span { border-color: rgb(62,70,190); }
td.TdClassName
{
border-color: #3E46BE;
}
.TagClassName
{
border-color: #3E46BE;
}
</style>