Shades of Free Speech Blue #405DBF
Tints of Free Speech Blue #405DBF
RGB
CMYK
RGB Variations
Color information
#405DBF (or 0x405DBF) is known color: Free Speech Blue. HEX triplet: 40, 5D and BF. RGB value is (64,93,191). Sum of RGB (Red+Green+Blue) = 64+93+191=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #405DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DBF is #BFA240. Grayscale: #5F5F5F. Windows color (decimal): -12558913 or 12541248. OLE color: 12541248.
HSL color Cylindrical-coordinate representation of color #405DBF: hue angle of 226.3º 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 #405DBF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 93 | 191 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.25 |
| HSL | 226.3º | 0.5% | 0.5% | - |
| HSV(B) | 226.3º | 0.66% | 0.75% | - |
| XYZ | 15.43 | 12.68 | 50.92 | - |
| YUV | 95.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 191 | 0.66 | 0.51 | 0 | 0.25 | 226.3 | 0.5 | 0.5 |
| Hex | 40 | 5D | BF | 42 | 33 | 0 | 19 | E2 | 32 | 32 |
| Octal | 100 | 135 | 277 | 102 | 63 | 0 | 31 | 342 | 62 | 62 |
| Binary | 1000000 | 1011101 | 10111111 | 1000010 | 110011 | 0 | 11001 | 11100010 | 110010 | 110010 |
Color Harmonies of #405DBF
Complementary color
Monochromatic Colors of #405DBF
Black with #405DBF
Text Example
Text Example
White with #405DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DBF; }
p { color: rgb(64,93,191); }
H1.HeaderClassName
{
color: #405DBF;
}
.AnyTagClassName
{
color: #405DBF;
}
</style>
background-color css
<style>
a { background-color: #405DBF; }
a { background-color: rgb(64,93,191); }
div.DivClassName
{
background-color: #405DBF;
}
.BgClassName
{
background-color: #405DBF;
}
</style>
border-color css
<style>
span { border-color: #405DBF; }
span { border-color: rgb(64,93,191); }
td.TdClassName
{
border-color: #405DBF;
}
.TagClassName
{
border-color: #405DBF;
}
</style>