Shades of Free Speech Blue #403ED8
Tints of Free Speech Blue #403ED8
RGB
CMYK
RGB Variations
Color information
#403ED8 (or 0x403ED8) is known color: Free Speech Blue. HEX triplet: 40, 3E and D8. RGB value is (64,62,216). Sum of RGB (Red+Green+Blue) = 64+62+216=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #403ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED8 is #BFC127. Grayscale: #4F4F4F. Windows color (decimal): -12566824 or 14171712. OLE color: 14171712.
HSL color Cylindrical-coordinate representation of color #403ED8: hue angle of 240.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ED8 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 62 | 216 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.15 |
| HSL | 240.78º | 0.66% | 0.55% | - |
| HSV(B) | 240.78º | 0.71% | 0.85% | - |
| XYZ | 16.23 | 9.49 | 65.94 | - |
| YUV | 80.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 216 | 0.70 | 0.71 | 0 | 0.15 | 240.78 | 0.66 | 0.55 |
| Hex | 40 | 3E | D8 | 46 | 47 | 0 | F | F1 | 42 | 37 |
| Octal | 100 | 76 | 330 | 106 | 107 | 0 | 17 | 361 | 102 | 67 |
| Binary | 1000000 | 111110 | 11011000 | 1000110 | 1000111 | 0 | 1111 | 11110001 | 1000010 | 110111 |
Color Harmonies of #403ED8
Complementary color
Monochromatic Colors of #403ED8
Black with #403ED8
Text Example
Text Example
White with #403ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ED8; }
p { color: rgb(64,62,216); }
H1.HeaderClassName
{
color: #403ED8;
}
.AnyTagClassName
{
color: #403ED8;
}
</style>
background-color css
<style>
a { background-color: #403ED8; }
a { background-color: rgb(64,62,216); }
div.DivClassName
{
background-color: #403ED8;
}
.BgClassName
{
background-color: #403ED8;
}
</style>
border-color css
<style>
span { border-color: #403ED8; }
span { border-color: rgb(64,62,216); }
td.TdClassName
{
border-color: #403ED8;
}
.TagClassName
{
border-color: #403ED8;
}
</style>