Shades of Free Speech Blue #403DC9
Tints of Free Speech Blue #403DC9
RGB
CMYK
RGB Variations
Color information
#403DC9 (or 0x403DC9) is known color: Free Speech Blue. HEX triplet: 40, 3D and C9. RGB value is (64,61,201). Sum of RGB (Red+Green+Blue) = 64+61+201=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #403DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DC9 is #BFC236. Grayscale: #4D4D4D. Windows color (decimal): -12567095 or 13188416. OLE color: 13188416.
HSL color Cylindrical-coordinate representation of color #403DC9: hue angle of 241.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403DC9 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 61 | 201 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.21 |
| HSL | 241.29º | 0.56% | 0.51% | - |
| HSV(B) | 241.29º | 0.7% | 0.79% | - |
| XYZ | 14.33 | 8.64 | 56.17 | - |
| YUV | 77.86 | 197.49 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 201 | 0.68 | 0.70 | 0 | 0.21 | 241.29 | 0.56 | 0.51 |
| Hex | 40 | 3D | C9 | 44 | 46 | 0 | 15 | F1 | 38 | 33 |
| Octal | 100 | 75 | 311 | 104 | 106 | 0 | 25 | 361 | 70 | 63 |
| Binary | 1000000 | 111101 | 11001001 | 1000100 | 1000110 | 0 | 10101 | 11110001 | 111000 | 110011 |
Color Harmonies of #403DC9
Complementary color
Monochromatic Colors of #403DC9
Black with #403DC9
Text Example
Text Example
White with #403DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DC9; }
p { color: rgb(64,61,201); }
H1.HeaderClassName
{
color: #403DC9;
}
.AnyTagClassName
{
color: #403DC9;
}
</style>
background-color css
<style>
a { background-color: #403DC9; }
a { background-color: rgb(64,61,201); }
div.DivClassName
{
background-color: #403DC9;
}
.BgClassName
{
background-color: #403DC9;
}
</style>
border-color css
<style>
span { border-color: #403DC9; }
span { border-color: rgb(64,61,201); }
td.TdClassName
{
border-color: #403DC9;
}
.TagClassName
{
border-color: #403DC9;
}
</style>