Shades of Free Speech Blue #405AD3
Tints of Free Speech Blue #405AD3
RGB
CMYK
RGB Variations
Color information
#405AD3 (or 0x405AD3) is known color: Free Speech Blue. HEX triplet: 40, 5A and D3. RGB value is (64,90,211). Sum of RGB (Red+Green+Blue) = 64+90+211=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #405AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AD3 is #BFA52C. Grayscale: #5F5F5F. Windows color (decimal): -12559661 or 13851200. OLE color: 13851200.
HSL color Cylindrical-coordinate representation of color #405AD3: hue angle of 229.39º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405AD3 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 90 | 211 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.17 |
| HSL | 229.39º | 0.63% | 0.54% | - |
| HSV(B) | 229.39º | 0.7% | 0.83% | - |
| XYZ | 17.53 | 13.11 | 63.23 | - |
| YUV | 96.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 211 | 0.70 | 0.57 | 0 | 0.17 | 229.39 | 0.63 | 0.54 |
| Hex | 40 | 5A | D3 | 46 | 39 | 0 | 11 | E5 | 3F | 36 |
| Octal | 100 | 132 | 323 | 106 | 71 | 0 | 21 | 345 | 77 | 66 |
| Binary | 1000000 | 1011010 | 11010011 | 1000110 | 111001 | 0 | 10001 | 11100101 | 111111 | 110110 |
Color Harmonies of #405AD3
Complementary color
Monochromatic Colors of #405AD3
Black with #405AD3
Text Example
Text Example
White with #405AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AD3; }
p { color: rgb(64,90,211); }
H1.HeaderClassName
{
color: #405AD3;
}
.AnyTagClassName
{
color: #405AD3;
}
</style>
background-color css
<style>
a { background-color: #405AD3; }
a { background-color: rgb(64,90,211); }
div.DivClassName
{
background-color: #405AD3;
}
.BgClassName
{
background-color: #405AD3;
}
</style>
border-color css
<style>
span { border-color: #405AD3; }
span { border-color: rgb(64,90,211); }
td.TdClassName
{
border-color: #405AD3;
}
.TagClassName
{
border-color: #405AD3;
}
</style>