Shades of Free Speech Blue #405BBB
Tints of Free Speech Blue #405BBB
RGB
CMYK
RGB Variations
Color information
#405BBB (or 0x405BBB) is known color: Free Speech Blue. HEX triplet: 40, 5B and BB. RGB value is (64,91,187). Sum of RGB (Red+Green+Blue) = 64+91+187=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #405BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BBB is #BFA444. Grayscale: #5D5D5D. Windows color (decimal): -12559429 or 12278592. OLE color: 12278592.
HSL color Cylindrical-coordinate representation of color #405BBB: hue angle of 226.83º 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 #405BBB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 91 | 187 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.27 |
| HSL | 226.83º | 0.49% | 0.49% | - |
| HSV(B) | 226.83º | 0.66% | 0.73% | - |
| XYZ | 14.83 | 12.16 | 48.58 | - |
| YUV | 93.87 | 180.55 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 187 | 0.66 | 0.51 | 0 | 0.27 | 226.83 | 0.49 | 0.49 |
| Hex | 40 | 5B | BB | 42 | 33 | 0 | 1B | E3 | 31 | 31 |
| Octal | 100 | 133 | 273 | 102 | 63 | 0 | 33 | 343 | 61 | 61 |
| Binary | 1000000 | 1011011 | 10111011 | 1000010 | 110011 | 0 | 11011 | 11100011 | 110001 | 110001 |
Color Harmonies of #405BBB
Complementary color
Monochromatic Colors of #405BBB
Black with #405BBB
Text Example
Text Example
White with #405BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BBB; }
p { color: rgb(64,91,187); }
H1.HeaderClassName
{
color: #405BBB;
}
.AnyTagClassName
{
color: #405BBB;
}
</style>
background-color css
<style>
a { background-color: #405BBB; }
a { background-color: rgb(64,91,187); }
div.DivClassName
{
background-color: #405BBB;
}
.BgClassName
{
background-color: #405BBB;
}
</style>
border-color css
<style>
span { border-color: #405BBB; }
span { border-color: rgb(64,91,187); }
td.TdClassName
{
border-color: #405BBB;
}
.TagClassName
{
border-color: #405BBB;
}
</style>