Shades of Free Speech Blue #405BBD
Tints of Free Speech Blue #405BBD
RGB
CMYK
RGB Variations
Color information
#405BBD (or 0x405BBD) is known color: Free Speech Blue. HEX triplet: 40, 5B and BD. RGB value is (64,91,189). Sum of RGB (Red+Green+Blue) = 64+91+189=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #405BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BBD is #BFA442. Grayscale: #5D5D5D. Windows color (decimal): -12559427 or 12409664. OLE color: 12409664.
HSL color Cylindrical-coordinate representation of color #405BBD: hue angle of 227.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405BBD is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 91 | 189 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.26 |
| HSL | 227.04º | 0.49% | 0.5% | - |
| HSV(B) | 227.04º | 0.66% | 0.74% | - |
| XYZ | 15.04 | 12.25 | 49.72 | - |
| YUV | 94.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 189 | 0.66 | 0.52 | 0 | 0.26 | 227.04 | 0.49 | 0.5 |
| Hex | 40 | 5B | BD | 42 | 34 | 0 | 1A | E3 | 31 | 32 |
| Octal | 100 | 133 | 275 | 102 | 64 | 0 | 32 | 343 | 61 | 62 |
| Binary | 1000000 | 1011011 | 10111101 | 1000010 | 110100 | 0 | 11010 | 11100011 | 110001 | 110010 |
Color Harmonies of #405BBD
Complementary color
Monochromatic Colors of #405BBD
Black with #405BBD
Text Example
Text Example
White with #405BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BBD; }
p { color: rgb(64,91,189); }
H1.HeaderClassName
{
color: #405BBD;
}
.AnyTagClassName
{
color: #405BBD;
}
</style>
background-color css
<style>
a { background-color: #405BBD; }
a { background-color: rgb(64,91,189); }
div.DivClassName
{
background-color: #405BBD;
}
.BgClassName
{
background-color: #405BBD;
}
</style>
border-color css
<style>
span { border-color: #405BBD; }
span { border-color: rgb(64,91,189); }
td.TdClassName
{
border-color: #405BBD;
}
.TagClassName
{
border-color: #405BBD;
}
</style>