Shades of Free Speech Blue #403CD4
Tints of Free Speech Blue #403CD4
RGB
CMYK
RGB Variations
Color information
#403CD4 (or 0x403CD4) is known color: Free Speech Blue. HEX triplet: 40, 3C and D4. RGB value is (64,60,212). Sum of RGB (Red+Green+Blue) = 64+60+212=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 212 (83.20% from 255 or 63.10% from 336); Max value from RGB is 212 - color contains mainly: blue. Hex color #403CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CD4 is #BFC32B. Grayscale: #4D4D4D. Windows color (decimal): -12567340 or 13909056. OLE color: 13909056.
HSL color Cylindrical-coordinate representation of color #403CD4: hue angle of 241.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403CD4 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 60 | 212 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.17 |
| HSL | 241.58º | 0.64% | 0.53% | - |
| HSV(B) | 241.58º | 0.72% | 0.83% | - |
| XYZ | 15.61 | 9.08 | 63.22 | - |
| YUV | 78.52 | 203.33 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 212 | 0.70 | 0.72 | 0 | 0.17 | 241.58 | 0.64 | 0.53 |
| Hex | 40 | 3C | D4 | 46 | 48 | 0 | 11 | F2 | 40 | 35 |
| Octal | 100 | 74 | 324 | 106 | 110 | 0 | 21 | 362 | 100 | 65 |
| Binary | 1000000 | 111100 | 11010100 | 1000110 | 1001000 | 0 | 10001 | 11110010 | 1000000 | 110101 |
Color Harmonies of #403CD4
Complementary color
Monochromatic Colors of #403CD4
Black with #403CD4
Text Example
Text Example
White with #403CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CD4; }
p { color: rgb(64,60,212); }
H1.HeaderClassName
{
color: #403CD4;
}
.AnyTagClassName
{
color: #403CD4;
}
</style>
background-color css
<style>
a { background-color: #403CD4; }
a { background-color: rgb(64,60,212); }
div.DivClassName
{
background-color: #403CD4;
}
.BgClassName
{
background-color: #403CD4;
}
</style>
border-color css
<style>
span { border-color: #403CD4; }
span { border-color: rgb(64,60,212); }
td.TdClassName
{
border-color: #403CD4;
}
.TagClassName
{
border-color: #403CD4;
}
</style>