Shades of Free Speech Blue #405EBC
Tints of Free Speech Blue #405EBC
RGB
CMYK
RGB Variations
Color information
#405EBC (or 0x405EBC) is known color: Free Speech Blue. HEX triplet: 40, 5E and BC. RGB value is (64,94,188). Sum of RGB (Red+Green+Blue) = 64+94+188=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #405EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EBC is #BFA143. Grayscale: #5F5F5F. Windows color (decimal): -12558660 or 12344896. OLE color: 12344896.
HSL color Cylindrical-coordinate representation of color #405EBC: hue angle of 225.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405EBC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 94 | 188 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.26 |
| HSL | 225.48º | 0.49% | 0.49% | - |
| HSV(B) | 225.48º | 0.66% | 0.74% | - |
| XYZ | 15.19 | 12.73 | 49.23 | - |
| YUV | 95.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 188 | 0.66 | 0.50 | 0 | 0.26 | 225.48 | 0.49 | 0.49 |
| Hex | 40 | 5E | BC | 42 | 32 | 0 | 1A | E1 | 31 | 31 |
| Octal | 100 | 136 | 274 | 102 | 62 | 0 | 32 | 341 | 61 | 61 |
| Binary | 1000000 | 1011110 | 10111100 | 1000010 | 110010 | 0 | 11010 | 11100001 | 110001 | 110001 |
Color Harmonies of #405EBC
Complementary color
Monochromatic Colors of #405EBC
Black with #405EBC
Text Example
Text Example
White with #405EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EBC; }
p { color: rgb(64,94,188); }
H1.HeaderClassName
{
color: #405EBC;
}
.AnyTagClassName
{
color: #405EBC;
}
</style>
background-color css
<style>
a { background-color: #405EBC; }
a { background-color: rgb(64,94,188); }
div.DivClassName
{
background-color: #405EBC;
}
.BgClassName
{
background-color: #405EBC;
}
</style>
border-color css
<style>
span { border-color: #405EBC; }
span { border-color: rgb(64,94,188); }
td.TdClassName
{
border-color: #405EBC;
}
.TagClassName
{
border-color: #405EBC;
}
</style>