Shades of Free Speech Blue #3E5CBC
Tints of Free Speech Blue #3E5CBC
RGB
CMYK
RGB Variations
Color information
#3E5CBC (or 0x3E5CBC) is known color: Free Speech Blue. HEX triplet: 3E, 5C and BC. RGB value is (62,92,188). Sum of RGB (Red+Green+Blue) = 62+92+188=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CBC is #C1A343. Grayscale: #5D5D5D. Windows color (decimal): -12690244 or 12344382. OLE color: 12344382.
HSL color Cylindrical-coordinate representation of color #3E5CBC: hue angle of 225.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5CBC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 92 | 188 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.26 |
| HSL | 225.71º | 0.5% | 0.49% | - |
| HSV(B) | 225.71º | 0.67% | 0.74% | - |
| XYZ | 14.89 | 12.31 | 49.17 | - |
| YUV | 93.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 188 | 0.67 | 0.51 | 0 | 0.26 | 225.71 | 0.5 | 0.49 |
| Hex | 3E | 5C | BC | 43 | 33 | 0 | 1A | E2 | 32 | 31 |
| Octal | 76 | 134 | 274 | 103 | 63 | 0 | 32 | 342 | 62 | 61 |
| Binary | 111110 | 1011100 | 10111100 | 1000011 | 110011 | 0 | 11010 | 11100010 | 110010 | 110001 |
Color Harmonies of #3E5CBC
Complementary color
Monochromatic Colors of #3E5CBC
Black with #3E5CBC
Text Example
Text Example
White with #3E5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CBC; }
p { color: rgb(62,92,188); }
H1.HeaderClassName
{
color: #3E5CBC;
}
.AnyTagClassName
{
color: #3E5CBC;
}
</style>
background-color css
<style>
a { background-color: #3E5CBC; }
a { background-color: rgb(62,92,188); }
div.DivClassName
{
background-color: #3E5CBC;
}
.BgClassName
{
background-color: #3E5CBC;
}
</style>
border-color css
<style>
span { border-color: #3E5CBC; }
span { border-color: rgb(62,92,188); }
td.TdClassName
{
border-color: #3E5CBC;
}
.TagClassName
{
border-color: #3E5CBC;
}
</style>