Shades of Free Speech Blue #405BBE
Tints of Free Speech Blue #405BBE
RGB
CMYK
RGB Variations
Color information
#405BBE (or 0x405BBE) is known color: Free Speech Blue. HEX triplet: 40, 5B and BE. RGB value is (64,91,190). Sum of RGB (Red+Green+Blue) = 64+91+190=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #405BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BBE is #BFA441. Grayscale: #5D5D5D. Windows color (decimal): -12559426 or 12475200. OLE color: 12475200.
HSL color Cylindrical-coordinate representation of color #405BBE: hue angle of 227.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405BBE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 91 | 190 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.25 |
| HSL | 227.14º | 0.5% | 0.5% | - |
| HSV(B) | 227.14º | 0.66% | 0.75% | - |
| XYZ | 15.15 | 12.29 | 50.29 | - |
| YUV | 94.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 190 | 0.66 | 0.52 | 0 | 0.25 | 227.14 | 0.5 | 0.5 |
| Hex | 40 | 5B | BE | 42 | 34 | 0 | 19 | E3 | 32 | 32 |
| Octal | 100 | 133 | 276 | 102 | 64 | 0 | 31 | 343 | 62 | 62 |
| Binary | 1000000 | 1011011 | 10111110 | 1000010 | 110100 | 0 | 11001 | 11100011 | 110010 | 110010 |
Color Harmonies of #405BBE
Complementary color
Monochromatic Colors of #405BBE
Black with #405BBE
Text Example
Text Example
White with #405BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BBE; }
p { color: rgb(64,91,190); }
H1.HeaderClassName
{
color: #405BBE;
}
.AnyTagClassName
{
color: #405BBE;
}
</style>
background-color css
<style>
a { background-color: #405BBE; }
a { background-color: rgb(64,91,190); }
div.DivClassName
{
background-color: #405BBE;
}
.BgClassName
{
background-color: #405BBE;
}
</style>
border-color css
<style>
span { border-color: #405BBE; }
span { border-color: rgb(64,91,190); }
td.TdClassName
{
border-color: #405BBE;
}
.TagClassName
{
border-color: #405BBE;
}
</style>