Shades of Free Speech Blue #403BD4
Tints of Free Speech Blue #403BD4
RGB
CMYK
RGB Variations
Color information
#403BD4 (or 0x403BD4) is known color: Free Speech Blue. HEX triplet: 40, 3B and D4. RGB value is (64,59,212). Sum of RGB (Red+Green+Blue) = 64+59+212=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 212 (83.20% from 255 or 63.28% from 335); Max value from RGB is 212 - color contains mainly: blue. Hex color #403BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BD4 is #BFC42B. Grayscale: #4D4D4D. Windows color (decimal): -12567596 or 13908800. OLE color: 13908800.
HSL color Cylindrical-coordinate representation of color #403BD4: hue angle of 241.96º 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 #403BD4 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 59 | 212 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.17 |
| HSL | 241.96º | 0.64% | 0.53% | - |
| HSV(B) | 241.96º | 0.72% | 0.83% | - |
| XYZ | 15.56 | 8.97 | 63.2 | - |
| YUV | 77.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 212 | 0.70 | 0.72 | 0 | 0.17 | 241.96 | 0.64 | 0.53 |
| Hex | 40 | 3B | D4 | 46 | 48 | 0 | 11 | F2 | 40 | 35 |
| Octal | 100 | 73 | 324 | 106 | 110 | 0 | 21 | 362 | 100 | 65 |
| Binary | 1000000 | 111011 | 11010100 | 1000110 | 1001000 | 0 | 10001 | 11110010 | 1000000 | 110101 |
Color Harmonies of #403BD4
Complementary color
Monochromatic Colors of #403BD4
Black with #403BD4
Text Example
Text Example
White with #403BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BD4; }
p { color: rgb(64,59,212); }
H1.HeaderClassName
{
color: #403BD4;
}
.AnyTagClassName
{
color: #403BD4;
}
</style>
background-color css
<style>
a { background-color: #403BD4; }
a { background-color: rgb(64,59,212); }
div.DivClassName
{
background-color: #403BD4;
}
.BgClassName
{
background-color: #403BD4;
}
</style>
border-color css
<style>
span { border-color: #403BD4; }
span { border-color: rgb(64,59,212); }
td.TdClassName
{
border-color: #403BD4;
}
.TagClassName
{
border-color: #403BD4;
}
</style>