Shades of Free Speech Blue #403FB0
Tints of Free Speech Blue #403FB0
RGB
CMYK
RGB Variations
Color information
#403FB0 (or 0x403FB0) is known color: Free Speech Blue. HEX triplet: 40, 3F and B0. RGB value is (64,63,176). Sum of RGB (Red+Green+Blue) = 64+63+176=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #403FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FB0 is #BFC04F. Grayscale: #4B4B4B. Windows color (decimal): -12566608 or 11550528. OLE color: 11550528.
HSL color Cylindrical-coordinate representation of color #403FB0: hue angle of 240.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403FB0 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 63 | 176 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.31 |
| HSL | 240.53º | 0.47% | 0.47% | - |
| HSV(B) | 240.53º | 0.64% | 0.69% | - |
| XYZ | 11.73 | 7.78 | 41.96 | - |
| YUV | 76.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 176 | 0.64 | 0.64 | 0 | 0.31 | 240.53 | 0.47 | 0.47 |
| Hex | 40 | 3F | B0 | 40 | 40 | 0 | 1F | F1 | 2F | 2F |
| Octal | 100 | 77 | 260 | 100 | 100 | 0 | 37 | 361 | 57 | 57 |
| Binary | 1000000 | 111111 | 10110000 | 1000000 | 1000000 | 0 | 11111 | 11110001 | 101111 | 101111 |
Color Harmonies of #403FB0
Complementary color
Monochromatic Colors of #403FB0
Black with #403FB0
Text Example
Text Example
White with #403FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FB0; }
p { color: rgb(64,63,176); }
H1.HeaderClassName
{
color: #403FB0;
}
.AnyTagClassName
{
color: #403FB0;
}
</style>
background-color css
<style>
a { background-color: #403FB0; }
a { background-color: rgb(64,63,176); }
div.DivClassName
{
background-color: #403FB0;
}
.BgClassName
{
background-color: #403FB0;
}
</style>
border-color css
<style>
span { border-color: #403FB0; }
span { border-color: rgb(64,63,176); }
td.TdClassName
{
border-color: #403FB0;
}
.TagClassName
{
border-color: #403FB0;
}
</style>