Shades of Free Speech Blue #3E5ABB
Tints of Free Speech Blue #3E5ABB
RGB
CMYK
RGB Variations
Color information
#3E5ABB (or 0x3E5ABB) is known color: Free Speech Blue. HEX triplet: 3E, 5A and BB. RGB value is (62,90,187). Sum of RGB (Red+Green+Blue) = 62+90+187=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E5ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5ABB is #C1A544. Grayscale: #5C5C5C. Windows color (decimal): -12690757 or 12278334. OLE color: 12278334.
HSL color Cylindrical-coordinate representation of color #3E5ABB: hue angle of 226.56º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5ABB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 90 | 187 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.27 |
| HSL | 226.56º | 0.5% | 0.49% | - |
| HSV(B) | 226.56º | 0.67% | 0.73% | - |
| XYZ | 14.61 | 11.92 | 48.55 | - |
| YUV | 92.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 187 | 0.67 | 0.52 | 0 | 0.27 | 226.56 | 0.5 | 0.49 |
| Hex | 3E | 5A | BB | 43 | 34 | 0 | 1B | E3 | 32 | 31 |
| Octal | 76 | 132 | 273 | 103 | 64 | 0 | 33 | 343 | 62 | 61 |
| Binary | 111110 | 1011010 | 10111011 | 1000011 | 110100 | 0 | 11011 | 11100011 | 110010 | 110001 |
Color Harmonies of #3E5ABB
Complementary color
Monochromatic Colors of #3E5ABB
Black with #3E5ABB
Text Example
Text Example
White with #3E5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5ABB; }
p { color: rgb(62,90,187); }
H1.HeaderClassName
{
color: #3E5ABB;
}
.AnyTagClassName
{
color: #3E5ABB;
}
</style>
background-color css
<style>
a { background-color: #3E5ABB; }
a { background-color: rgb(62,90,187); }
div.DivClassName
{
background-color: #3E5ABB;
}
.BgClassName
{
background-color: #3E5ABB;
}
</style>
border-color css
<style>
span { border-color: #3E5ABB; }
span { border-color: rgb(62,90,187); }
td.TdClassName
{
border-color: #3E5ABB;
}
.TagClassName
{
border-color: #3E5ABB;
}
</style>