Shades of Free Speech Blue #405BBF
Tints of Free Speech Blue #405BBF
RGB
CMYK
RGB Variations
Color information
#405BBF (or 0x405BBF) is known color: Free Speech Blue. HEX triplet: 40, 5B and BF. RGB value is (64,91,191). Sum of RGB (Red+Green+Blue) = 64+91+191=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #405BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BBF is #BFA440. Grayscale: #5D5D5D. Windows color (decimal): -12559425 or 12540736. OLE color: 12540736.
HSL color Cylindrical-coordinate representation of color #405BBF: hue angle of 227.24º 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 #405BBF is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 91 | 191 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.25 |
| HSL | 227.24º | 0.5% | 0.5% | - |
| HSV(B) | 227.24º | 0.66% | 0.75% | - |
| XYZ | 15.26 | 12.33 | 50.87 | - |
| YUV | 94.33 | 182.55 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 191 | 0.66 | 0.52 | 0 | 0.25 | 227.24 | 0.5 | 0.5 |
| Hex | 40 | 5B | BF | 42 | 34 | 0 | 19 | E3 | 32 | 32 |
| Octal | 100 | 133 | 277 | 102 | 64 | 0 | 31 | 343 | 62 | 62 |
| Binary | 1000000 | 1011011 | 10111111 | 1000010 | 110100 | 0 | 11001 | 11100011 | 110010 | 110010 |
Color Harmonies of #405BBF
Complementary color
Monochromatic Colors of #405BBF
Black with #405BBF
Text Example
Text Example
White with #405BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BBF; }
p { color: rgb(64,91,191); }
H1.HeaderClassName
{
color: #405BBF;
}
.AnyTagClassName
{
color: #405BBF;
}
</style>
background-color css
<style>
a { background-color: #405BBF; }
a { background-color: rgb(64,91,191); }
div.DivClassName
{
background-color: #405BBF;
}
.BgClassName
{
background-color: #405BBF;
}
</style>
border-color css
<style>
span { border-color: #405BBF; }
span { border-color: rgb(64,91,191); }
td.TdClassName
{
border-color: #405BBF;
}
.TagClassName
{
border-color: #405BBF;
}
</style>