Shades of Free Speech Blue #403FB4
Tints of Free Speech Blue #403FB4
RGB
CMYK
RGB Variations
Color information
#403FB4 (or 0x403FB4) is known color: Free Speech Blue. HEX triplet: 40, 3F and B4. RGB value is (64,63,180). Sum of RGB (Red+Green+Blue) = 64+63+180=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #403FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FB4 is #BFC04B. Grayscale: #4C4C4C. Windows color (decimal): -12566604 or 11812672. OLE color: 11812672.
HSL color Cylindrical-coordinate representation of color #403FB4: hue angle of 240.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403FB4 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 63 | 180 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.29 |
| HSL | 240.51º | 0.48% | 0.48% | - |
| HSV(B) | 240.51º | 0.65% | 0.71% | - |
| XYZ | 12.13 | 7.94 | 44.07 | - |
| YUV | 76.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 180 | 0.64 | 0.65 | 0 | 0.29 | 240.51 | 0.48 | 0.48 |
| Hex | 40 | 3F | B4 | 40 | 41 | 0 | 1D | F1 | 30 | 30 |
| Octal | 100 | 77 | 264 | 100 | 101 | 0 | 35 | 361 | 60 | 60 |
| Binary | 1000000 | 111111 | 10110100 | 1000000 | 1000001 | 0 | 11101 | 11110001 | 110000 | 110000 |
Color Harmonies of #403FB4
Complementary color
Monochromatic Colors of #403FB4
Black with #403FB4
Text Example
Text Example
White with #403FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FB4; }
p { color: rgb(64,63,180); }
H1.HeaderClassName
{
color: #403FB4;
}
.AnyTagClassName
{
color: #403FB4;
}
</style>
background-color css
<style>
a { background-color: #403FB4; }
a { background-color: rgb(64,63,180); }
div.DivClassName
{
background-color: #403FB4;
}
.BgClassName
{
background-color: #403FB4;
}
</style>
border-color css
<style>
span { border-color: #403FB4; }
span { border-color: rgb(64,63,180); }
td.TdClassName
{
border-color: #403FB4;
}
.TagClassName
{
border-color: #403FB4;
}
</style>