Shades of Free Speech Blue #405EBA
Tints of Free Speech Blue #405EBA
RGB
CMYK
RGB Variations
Color information
#405EBA (or 0x405EBA) is known color: Free Speech Blue. HEX triplet: 40, 5E and BA. RGB value is (64,94,186). Sum of RGB (Red+Green+Blue) = 64+94+186=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #405EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EBA is #BFA145. Grayscale: #5F5F5F. Windows color (decimal): -12558662 or 12213824. OLE color: 12213824.
HSL color Cylindrical-coordinate representation of color #405EBA: hue angle of 225.25º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405EBA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 94 | 186 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.27 |
| HSL | 225.25º | 0.49% | 0.49% | - |
| HSV(B) | 225.25º | 0.66% | 0.73% | - |
| XYZ | 14.98 | 12.64 | 48.1 | - |
| YUV | 95.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 186 | 0.66 | 0.49 | 0 | 0.27 | 225.25 | 0.49 | 0.49 |
| Hex | 40 | 5E | BA | 42 | 31 | 0 | 1B | E1 | 31 | 31 |
| Octal | 100 | 136 | 272 | 102 | 61 | 0 | 33 | 341 | 61 | 61 |
| Binary | 1000000 | 1011110 | 10111010 | 1000010 | 110001 | 0 | 11011 | 11100001 | 110001 | 110001 |
Color Harmonies of #405EBA
Complementary color
Monochromatic Colors of #405EBA
Black with #405EBA
Text Example
Text Example
White with #405EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EBA; }
p { color: rgb(64,94,186); }
H1.HeaderClassName
{
color: #405EBA;
}
.AnyTagClassName
{
color: #405EBA;
}
</style>
background-color css
<style>
a { background-color: #405EBA; }
a { background-color: rgb(64,94,186); }
div.DivClassName
{
background-color: #405EBA;
}
.BgClassName
{
background-color: #405EBA;
}
</style>
border-color css
<style>
span { border-color: #405EBA; }
span { border-color: rgb(64,94,186); }
td.TdClassName
{
border-color: #405EBA;
}
.TagClassName
{
border-color: #405EBA;
}
</style>