Shades of Free Speech Blue #3E5BBC
Tints of Free Speech Blue #3E5BBC
RGB
CMYK
RGB Variations
Color information
#3E5BBC (or 0x3E5BBC) is known color: Free Speech Blue. HEX triplet: 3E, 5B and BC. RGB value is (62,91,188). Sum of RGB (Red+Green+Blue) = 62+91+188=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BBC is #C1A443. Grayscale: #5C5C5C. Windows color (decimal): -12690500 or 12344126. OLE color: 12344126.
HSL color Cylindrical-coordinate representation of color #3E5BBC: hue angle of 226.19º 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 #3E5BBC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 91 | 188 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.26 |
| HSL | 226.19º | 0.5% | 0.49% | - |
| HSV(B) | 226.19º | 0.67% | 0.74% | - |
| XYZ | 14.8 | 12.14 | 49.14 | - |
| YUV | 93.39 | 181.39 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 188 | 0.67 | 0.52 | 0 | 0.26 | 226.19 | 0.5 | 0.49 |
| Hex | 3E | 5B | BC | 43 | 34 | 0 | 1A | E2 | 32 | 31 |
| Octal | 76 | 133 | 274 | 103 | 64 | 0 | 32 | 342 | 62 | 61 |
| Binary | 111110 | 1011011 | 10111100 | 1000011 | 110100 | 0 | 11010 | 11100010 | 110010 | 110001 |
Color Harmonies of #3E5BBC
Complementary color
Monochromatic Colors of #3E5BBC
Black with #3E5BBC
Text Example
Text Example
White with #3E5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BBC; }
p { color: rgb(62,91,188); }
H1.HeaderClassName
{
color: #3E5BBC;
}
.AnyTagClassName
{
color: #3E5BBC;
}
</style>
background-color css
<style>
a { background-color: #3E5BBC; }
a { background-color: rgb(62,91,188); }
div.DivClassName
{
background-color: #3E5BBC;
}
.BgClassName
{
background-color: #3E5BBC;
}
</style>
border-color css
<style>
span { border-color: #3E5BBC; }
span { border-color: rgb(62,91,188); }
td.TdClassName
{
border-color: #3E5BBC;
}
.TagClassName
{
border-color: #3E5BBC;
}
</style>