Shades of Free Speech Blue #403ED7
Tints of Free Speech Blue #403ED7
RGB
CMYK
RGB Variations
Color information
#403ED7 (or 0x403ED7) is known color: Free Speech Blue. HEX triplet: 40, 3E and D7. RGB value is (64,62,215). Sum of RGB (Red+Green+Blue) = 64+62+215=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #403ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED7 is #BFC128. Grayscale: #4F4F4F. Windows color (decimal): -12566825 or 14106176. OLE color: 14106176.
HSL color Cylindrical-coordinate representation of color #403ED7: hue angle of 240.78º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ED7 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 62 | 215 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.16 |
| HSL | 240.78º | 0.66% | 0.54% | - |
| HSV(B) | 240.78º | 0.71% | 0.84% | - |
| XYZ | 16.1 | 9.44 | 65.26 | - |
| YUV | 80.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 215 | 0.70 | 0.71 | 0 | 0.16 | 240.78 | 0.66 | 0.54 |
| Hex | 40 | 3E | D7 | 46 | 47 | 0 | 10 | F1 | 42 | 36 |
| Octal | 100 | 76 | 327 | 106 | 107 | 0 | 20 | 361 | 102 | 66 |
| Binary | 1000000 | 111110 | 11010111 | 1000110 | 1000111 | 0 | 10000 | 11110001 | 1000010 | 110110 |
Color Harmonies of #403ED7
Complementary color
Monochromatic Colors of #403ED7
Black with #403ED7
Text Example
Text Example
White with #403ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ED7; }
p { color: rgb(64,62,215); }
H1.HeaderClassName
{
color: #403ED7;
}
.AnyTagClassName
{
color: #403ED7;
}
</style>
background-color css
<style>
a { background-color: #403ED7; }
a { background-color: rgb(64,62,215); }
div.DivClassName
{
background-color: #403ED7;
}
.BgClassName
{
background-color: #403ED7;
}
</style>
border-color css
<style>
span { border-color: #403ED7; }
span { border-color: rgb(64,62,215); }
td.TdClassName
{
border-color: #403ED7;
}
.TagClassName
{
border-color: #403ED7;
}
</style>