Shades of Free Speech Blue #405BC1
Tints of Free Speech Blue #405BC1
RGB
CMYK
RGB Variations
Color information
#405BC1 (or 0x405BC1) is known color: Free Speech Blue. HEX triplet: 40, 5B and C1. RGB value is (64,91,193). Sum of RGB (Red+Green+Blue) = 64+91+193=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #405BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BC1 is #BFA43E. Grayscale: #5E5E5E. Windows color (decimal): -12559423 or 12671808. OLE color: 12671808.
HSL color Cylindrical-coordinate representation of color #405BC1: hue angle of 227.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #405BC1 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 91 | 193 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.24 |
| HSL | 227.44º | 0.51% | 0.5% | - |
| HSV(B) | 227.44º | 0.67% | 0.76% | - |
| XYZ | 15.48 | 12.42 | 52.03 | - |
| YUV | 94.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 193 | 0.67 | 0.53 | 0 | 0.24 | 227.44 | 0.51 | 0.5 |
| Hex | 40 | 5B | C1 | 43 | 35 | 0 | 18 | E3 | 33 | 32 |
| Octal | 100 | 133 | 301 | 103 | 65 | 0 | 30 | 343 | 63 | 62 |
| Binary | 1000000 | 1011011 | 11000001 | 1000011 | 110101 | 0 | 11000 | 11100011 | 110011 | 110010 |
Color Harmonies of #405BC1
Complementary color
Monochromatic Colors of #405BC1
Black with #405BC1
Text Example
Text Example
White with #405BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BC1; }
p { color: rgb(64,91,193); }
H1.HeaderClassName
{
color: #405BC1;
}
.AnyTagClassName
{
color: #405BC1;
}
</style>
background-color css
<style>
a { background-color: #405BC1; }
a { background-color: rgb(64,91,193); }
div.DivClassName
{
background-color: #405BC1;
}
.BgClassName
{
background-color: #405BC1;
}
</style>
border-color css
<style>
span { border-color: #405BC1; }
span { border-color: rgb(64,91,193); }
td.TdClassName
{
border-color: #405BC1;
}
.TagClassName
{
border-color: #405BC1;
}
</style>