Shades of Free Speech Blue #403EDA
Tints of Free Speech Blue #403EDA
RGB
CMYK
RGB Variations
Color information
#403EDA (or 0x403EDA) is known color: Free Speech Blue. HEX triplet: 40, 3E and DA. RGB value is (64,62,218). Sum of RGB (Red+Green+Blue) = 64+62+218=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #403EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403EDA is #BFC125. Grayscale: #4F4F4F. Windows color (decimal): -12566822 or 14302784. OLE color: 14302784.
HSL color Cylindrical-coordinate representation of color #403EDA: hue angle of 240.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403EDA is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 62 | 218 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.15 |
| HSL | 240.77º | 0.68% | 0.55% | - |
| HSV(B) | 240.77º | 0.72% | 0.85% | - |
| XYZ | 16.49 | 9.6 | 67.31 | - |
| YUV | 80.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 218 | 0.71 | 0.72 | 0 | 0.15 | 240.77 | 0.68 | 0.55 |
| Hex | 40 | 3E | DA | 47 | 48 | 0 | F | F1 | 44 | 37 |
| Octal | 100 | 76 | 332 | 107 | 110 | 0 | 17 | 361 | 104 | 67 |
| Binary | 1000000 | 111110 | 11011010 | 1000111 | 1001000 | 0 | 1111 | 11110001 | 1000100 | 110111 |
Color Harmonies of #403EDA
Complementary color
Monochromatic Colors of #403EDA
Black with #403EDA
Text Example
Text Example
White with #403EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EDA; }
p { color: rgb(64,62,218); }
H1.HeaderClassName
{
color: #403EDA;
}
.AnyTagClassName
{
color: #403EDA;
}
</style>
background-color css
<style>
a { background-color: #403EDA; }
a { background-color: rgb(64,62,218); }
div.DivClassName
{
background-color: #403EDA;
}
.BgClassName
{
background-color: #403EDA;
}
</style>
border-color css
<style>
span { border-color: #403EDA; }
span { border-color: rgb(64,62,218); }
td.TdClassName
{
border-color: #403EDA;
}
.TagClassName
{
border-color: #403EDA;
}
</style>