Shades of Free Speech Blue #403DD0
Tints of Free Speech Blue #403DD0
RGB
CMYK
RGB Variations
Color information
#403DD0 (or 0x403DD0) is known color: Free Speech Blue. HEX triplet: 40, 3D and D0. RGB value is (64,61,208). Sum of RGB (Red+Green+Blue) = 64+61+208=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #403DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DD0 is #BFC22F. Grayscale: #4E4E4E. Windows color (decimal): -12567088 or 13647168. OLE color: 13647168.
HSL color Cylindrical-coordinate representation of color #403DD0: hue angle of 241.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403DD0 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 61 | 208 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.18 |
| HSL | 241.22º | 0.61% | 0.53% | - |
| HSV(B) | 241.22º | 0.71% | 0.82% | - |
| XYZ | 15.17 | 8.98 | 60.61 | - |
| YUV | 78.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 208 | 0.69 | 0.71 | 0 | 0.18 | 241.22 | 0.61 | 0.53 |
| Hex | 40 | 3D | D0 | 45 | 47 | 0 | 12 | F1 | 3D | 35 |
| Octal | 100 | 75 | 320 | 105 | 107 | 0 | 22 | 361 | 75 | 65 |
| Binary | 1000000 | 111101 | 11010000 | 1000101 | 1000111 | 0 | 10010 | 11110001 | 111101 | 110101 |
Color Harmonies of #403DD0
Complementary color
Monochromatic Colors of #403DD0
Black with #403DD0
Text Example
Text Example
White with #403DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DD0; }
p { color: rgb(64,61,208); }
H1.HeaderClassName
{
color: #403DD0;
}
.AnyTagClassName
{
color: #403DD0;
}
</style>
background-color css
<style>
a { background-color: #403DD0; }
a { background-color: rgb(64,61,208); }
div.DivClassName
{
background-color: #403DD0;
}
.BgClassName
{
background-color: #403DD0;
}
</style>
border-color css
<style>
span { border-color: #403DD0; }
span { border-color: rgb(64,61,208); }
td.TdClassName
{
border-color: #403DD0;
}
.TagClassName
{
border-color: #403DD0;
}
</style>