Shades of Free Speech Blue #403BD5
Tints of Free Speech Blue #403BD5
RGB
CMYK
RGB Variations
Color information
#403BD5 (or 0x403BD5) is known color: Free Speech Blue. HEX triplet: 40, 3B and D5. RGB value is (64,59,213). Sum of RGB (Red+Green+Blue) = 64+59+213=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #403BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BD5 is #BFC42A. Grayscale: #4D4D4D. Windows color (decimal): -12567595 or 13974336. OLE color: 13974336.
HSL color Cylindrical-coordinate representation of color #403BD5: hue angle of 241.95º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403BD5 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 59 | 213 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.16 |
| HSL | 241.95º | 0.65% | 0.53% | - |
| HSV(B) | 241.95º | 0.72% | 0.84% | - |
| XYZ | 15.69 | 9.02 | 63.87 | - |
| YUV | 78.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 213 | 0.70 | 0.72 | 0 | 0.16 | 241.95 | 0.65 | 0.53 |
| Hex | 40 | 3B | D5 | 46 | 48 | 0 | 10 | F2 | 41 | 35 |
| Octal | 100 | 73 | 325 | 106 | 110 | 0 | 20 | 362 | 101 | 65 |
| Binary | 1000000 | 111011 | 11010101 | 1000110 | 1001000 | 0 | 10000 | 11110010 | 1000001 | 110101 |
Color Harmonies of #403BD5
Complementary color
Monochromatic Colors of #403BD5
Black with #403BD5
Text Example
Text Example
White with #403BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BD5; }
p { color: rgb(64,59,213); }
H1.HeaderClassName
{
color: #403BD5;
}
.AnyTagClassName
{
color: #403BD5;
}
</style>
background-color css
<style>
a { background-color: #403BD5; }
a { background-color: rgb(64,59,213); }
div.DivClassName
{
background-color: #403BD5;
}
.BgClassName
{
background-color: #403BD5;
}
</style>
border-color css
<style>
span { border-color: #403BD5; }
span { border-color: rgb(64,59,213); }
td.TdClassName
{
border-color: #403BD5;
}
.TagClassName
{
border-color: #403BD5;
}
</style>