Shades of Free Speech Blue #403BD8
Tints of Free Speech Blue #403BD8
RGB
CMYK
RGB Variations
Color information
#403BD8 (or 0x403BD8) is known color: Free Speech Blue. HEX triplet: 40, 3B and D8. RGB value is (64,59,216). Sum of RGB (Red+Green+Blue) = 64+59+216=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #403BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BD8 is #BFC427. Grayscale: #4D4D4D. Windows color (decimal): -12567592 or 14170944. OLE color: 14170944.
HSL color Cylindrical-coordinate representation of color #403BD8: hue angle of 241.91º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403BD8 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 59 | 216 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.15 |
| HSL | 241.91º | 0.67% | 0.54% | - |
| HSV(B) | 241.91º | 0.73% | 0.85% | - |
| XYZ | 16.07 | 9.18 | 65.89 | - |
| YUV | 78.39 | 205.66 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 216 | 0.70 | 0.73 | 0 | 0.15 | 241.91 | 0.67 | 0.54 |
| Hex | 40 | 3B | D8 | 46 | 49 | 0 | F | F2 | 43 | 36 |
| Octal | 100 | 73 | 330 | 106 | 111 | 0 | 17 | 362 | 103 | 66 |
| Binary | 1000000 | 111011 | 11011000 | 1000110 | 1001001 | 0 | 1111 | 11110010 | 1000011 | 110110 |
Color Harmonies of #403BD8
Complementary color
Monochromatic Colors of #403BD8
Black with #403BD8
Text Example
Text Example
White with #403BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BD8; }
p { color: rgb(64,59,216); }
H1.HeaderClassName
{
color: #403BD8;
}
.AnyTagClassName
{
color: #403BD8;
}
</style>
background-color css
<style>
a { background-color: #403BD8; }
a { background-color: rgb(64,59,216); }
div.DivClassName
{
background-color: #403BD8;
}
.BgClassName
{
background-color: #403BD8;
}
</style>
border-color css
<style>
span { border-color: #403BD8; }
span { border-color: rgb(64,59,216); }
td.TdClassName
{
border-color: #403BD8;
}
.TagClassName
{
border-color: #403BD8;
}
</style>