Shades of Free Speech Blue #405DB5
Tints of Free Speech Blue #405DB5
RGB
CMYK
RGB Variations
Color information
#405DB5 (or 0x405DB5) is known color: Free Speech Blue. HEX triplet: 40, 5D and B5. RGB value is (64,93,181). Sum of RGB (Red+Green+Blue) = 64+93+181=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #405DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DB5 is #BFA24A. Grayscale: #5D5D5D. Windows color (decimal): -12558923 or 11885888. OLE color: 11885888.
HSL color Cylindrical-coordinate representation of color #405DB5: hue angle of 225.13º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #405DB5 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 93 | 181 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.29 |
| HSL | 225.13º | 0.48% | 0.48% | - |
| HSV(B) | 225.13º | 0.65% | 0.71% | - |
| XYZ | 14.37 | 12.25 | 45.32 | - |
| YUV | 94.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 181 | 0.65 | 0.49 | 0 | 0.29 | 225.13 | 0.48 | 0.48 |
| Hex | 40 | 5D | B5 | 41 | 31 | 0 | 1D | E1 | 30 | 30 |
| Octal | 100 | 135 | 265 | 101 | 61 | 0 | 35 | 341 | 60 | 60 |
| Binary | 1000000 | 1011101 | 10110101 | 1000001 | 110001 | 0 | 11101 | 11100001 | 110000 | 110000 |
Color Harmonies of #405DB5
Complementary color
Monochromatic Colors of #405DB5
Black with #405DB5
Text Example
Text Example
White with #405DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DB5; }
p { color: rgb(64,93,181); }
H1.HeaderClassName
{
color: #405DB5;
}
.AnyTagClassName
{
color: #405DB5;
}
</style>
background-color css
<style>
a { background-color: #405DB5; }
a { background-color: rgb(64,93,181); }
div.DivClassName
{
background-color: #405DB5;
}
.BgClassName
{
background-color: #405DB5;
}
</style>
border-color css
<style>
span { border-color: #405DB5; }
span { border-color: rgb(64,93,181); }
td.TdClassName
{
border-color: #405DB5;
}
.TagClassName
{
border-color: #405DB5;
}
</style>