Shades of Free Speech Blue #403FBA
Tints of Free Speech Blue #403FBA
RGB
CMYK
RGB Variations
Color information
#403FBA (or 0x403FBA) is known color: Free Speech Blue. HEX triplet: 40, 3F and BA. RGB value is (64,63,186). Sum of RGB (Red+Green+Blue) = 64+63+186=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #403FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FBA is #BFC045. Grayscale: #4C4C4C. Windows color (decimal): -12566598 or 12205888. OLE color: 12205888.
HSL color Cylindrical-coordinate representation of color #403FBA: hue angle of 240.49º degrees, saturation: 0.49, 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 #403FBA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 63 | 186 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.27 |
| HSL | 240.49º | 0.49% | 0.49% | - |
| HSV(B) | 240.49º | 0.66% | 0.73% | - |
| XYZ | 12.75 | 8.19 | 47.36 | - |
| YUV | 77.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 186 | 0.66 | 0.66 | 0 | 0.27 | 240.49 | 0.49 | 0.49 |
| Hex | 40 | 3F | BA | 42 | 42 | 0 | 1B | F0 | 31 | 31 |
| Octal | 100 | 77 | 272 | 102 | 102 | 0 | 33 | 360 | 61 | 61 |
| Binary | 1000000 | 111111 | 10111010 | 1000010 | 1000010 | 0 | 11011 | 11110000 | 110001 | 110001 |
Color Harmonies of #403FBA
Complementary color
Monochromatic Colors of #403FBA
Black with #403FBA
Text Example
Text Example
White with #403FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FBA; }
p { color: rgb(64,63,186); }
H1.HeaderClassName
{
color: #403FBA;
}
.AnyTagClassName
{
color: #403FBA;
}
</style>
background-color css
<style>
a { background-color: #403FBA; }
a { background-color: rgb(64,63,186); }
div.DivClassName
{
background-color: #403FBA;
}
.BgClassName
{
background-color: #403FBA;
}
</style>
border-color css
<style>
span { border-color: #403FBA; }
span { border-color: rgb(64,63,186); }
td.TdClassName
{
border-color: #403FBA;
}
.TagClassName
{
border-color: #403FBA;
}
</style>