Shades of Free Speech Blue #403DCD
Tints of Free Speech Blue #403DCD
RGB
CMYK
RGB Variations
Color information
#403DCD (or 0x403DCD) is known color: Free Speech Blue. HEX triplet: 40, 3D and CD. RGB value is (64,61,205). Sum of RGB (Red+Green+Blue) = 64+61+205=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #403DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DCD is #BFC232. Grayscale: #4D4D4D. Windows color (decimal): -12567091 or 13450560. OLE color: 13450560.
HSL color Cylindrical-coordinate representation of color #403DCD: hue angle of 241.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403DCD is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 61 | 205 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.20 |
| HSL | 241.25º | 0.59% | 0.52% | - |
| HSV(B) | 241.25º | 0.7% | 0.8% | - |
| XYZ | 14.8 | 8.84 | 58.68 | - |
| YUV | 78.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 205 | 0.69 | 0.70 | 0 | 0.20 | 241.25 | 0.59 | 0.52 |
| Hex | 40 | 3D | CD | 45 | 46 | 0 | 14 | F1 | 3B | 34 |
| Octal | 100 | 75 | 315 | 105 | 106 | 0 | 24 | 361 | 73 | 64 |
| Binary | 1000000 | 111101 | 11001101 | 1000101 | 1000110 | 0 | 10100 | 11110001 | 111011 | 110100 |
Color Harmonies of #403DCD
Complementary color
Monochromatic Colors of #403DCD
Black with #403DCD
Text Example
Text Example
White with #403DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DCD; }
p { color: rgb(64,61,205); }
H1.HeaderClassName
{
color: #403DCD;
}
.AnyTagClassName
{
color: #403DCD;
}
</style>
background-color css
<style>
a { background-color: #403DCD; }
a { background-color: rgb(64,61,205); }
div.DivClassName
{
background-color: #403DCD;
}
.BgClassName
{
background-color: #403DCD;
}
</style>
border-color css
<style>
span { border-color: #403DCD; }
span { border-color: rgb(64,61,205); }
td.TdClassName
{
border-color: #403DCD;
}
.TagClassName
{
border-color: #403DCD;
}
</style>