Shades of Free Speech Blue #3E5BBE
Tints of Free Speech Blue #3E5BBE
RGB
CMYK
RGB Variations
Color information
#3E5BBE (or 0x3E5BBE) is known color: Free Speech Blue. HEX triplet: 3E, 5B and BE. RGB value is (62,91,190). Sum of RGB (Red+Green+Blue) = 62+91+190=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E5BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BBE is #C1A441. Grayscale: #5D5D5D. Windows color (decimal): -12690498 or 12475198. OLE color: 12475198.
HSL color Cylindrical-coordinate representation of color #3E5BBE: hue angle of 226.41º 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 #3E5BBE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 91 | 190 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.25 |
| HSL | 226.41º | 0.51% | 0.49% | - |
| HSV(B) | 226.41º | 0.67% | 0.75% | - |
| XYZ | 15.02 | 12.22 | 50.28 | - |
| YUV | 93.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 190 | 0.67 | 0.52 | 0 | 0.25 | 226.41 | 0.51 | 0.49 |
| Hex | 3E | 5B | BE | 43 | 34 | 0 | 19 | E2 | 33 | 31 |
| Octal | 76 | 133 | 276 | 103 | 64 | 0 | 31 | 342 | 63 | 61 |
| Binary | 111110 | 1011011 | 10111110 | 1000011 | 110100 | 0 | 11001 | 11100010 | 110011 | 110001 |
Color Harmonies of #3E5BBE
Complementary color
Monochromatic Colors of #3E5BBE
Black with #3E5BBE
Text Example
Text Example
White with #3E5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BBE; }
p { color: rgb(62,91,190); }
H1.HeaderClassName
{
color: #3E5BBE;
}
.AnyTagClassName
{
color: #3E5BBE;
}
</style>
background-color css
<style>
a { background-color: #3E5BBE; }
a { background-color: rgb(62,91,190); }
div.DivClassName
{
background-color: #3E5BBE;
}
.BgClassName
{
background-color: #3E5BBE;
}
</style>
border-color css
<style>
span { border-color: #3E5BBE; }
span { border-color: rgb(62,91,190); }
td.TdClassName
{
border-color: #3E5BBE;
}
.TagClassName
{
border-color: #3E5BBE;
}
</style>