Shades of Free Speech Blue #403FBB
Tints of Free Speech Blue #403FBB
RGB
CMYK
RGB Variations
Color information
#403FBB (or 0x403FBB) is known color: Free Speech Blue. HEX triplet: 40, 3F and BB. RGB value is (64,63,187). Sum of RGB (Red+Green+Blue) = 64+63+187=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #403FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FBB is #BFC044. Grayscale: #4C4C4C. Windows color (decimal): -12566597 or 12271424. OLE color: 12271424.
HSL color Cylindrical-coordinate representation of color #403FBB: hue angle of 240.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403FBB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 63 | 187 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.27 |
| HSL | 240.48º | 0.5% | 0.49% | - |
| HSV(B) | 240.48º | 0.66% | 0.73% | - |
| XYZ | 12.86 | 8.23 | 47.92 | - |
| YUV | 77.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 187 | 0.66 | 0.66 | 0 | 0.27 | 240.48 | 0.5 | 0.49 |
| Hex | 40 | 3F | BB | 42 | 42 | 0 | 1B | F0 | 32 | 31 |
| Octal | 100 | 77 | 273 | 102 | 102 | 0 | 33 | 360 | 62 | 61 |
| Binary | 1000000 | 111111 | 10111011 | 1000010 | 1000010 | 0 | 11011 | 11110000 | 110010 | 110001 |
Color Harmonies of #403FBB
Complementary color
Monochromatic Colors of #403FBB
Black with #403FBB
Text Example
Text Example
White with #403FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FBB; }
p { color: rgb(64,63,187); }
H1.HeaderClassName
{
color: #403FBB;
}
.AnyTagClassName
{
color: #403FBB;
}
</style>
background-color css
<style>
a { background-color: #403FBB; }
a { background-color: rgb(64,63,187); }
div.DivClassName
{
background-color: #403FBB;
}
.BgClassName
{
background-color: #403FBB;
}
</style>
border-color css
<style>
span { border-color: #403FBB; }
span { border-color: rgb(64,63,187); }
td.TdClassName
{
border-color: #403FBB;
}
.TagClassName
{
border-color: #403FBB;
}
</style>