Shades of Free Speech Blue #403FBE
Tints of Free Speech Blue #403FBE
RGB
CMYK
RGB Variations
Color information
#403FBE (or 0x403FBE) is known color: Free Speech Blue. HEX triplet: 40, 3F and BE. RGB value is (64,63,190). Sum of RGB (Red+Green+Blue) = 64+63+190=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #403FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FBE is #BFC041. Grayscale: #4D4D4D. Windows color (decimal): -12566594 or 12468032. OLE color: 12468032.
HSL color Cylindrical-coordinate representation of color #403FBE: hue angle of 240.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403FBE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 63 | 190 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.25 |
| HSL | 240.47º | 0.5% | 0.5% | - |
| HSV(B) | 240.47º | 0.67% | 0.75% | - |
| XYZ | 13.19 | 8.36 | 49.63 | - |
| YUV | 77.78 | 191.33 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 190 | 0.66 | 0.67 | 0 | 0.25 | 240.47 | 0.5 | 0.5 |
| Hex | 40 | 3F | BE | 42 | 43 | 0 | 19 | F0 | 32 | 32 |
| Octal | 100 | 77 | 276 | 102 | 103 | 0 | 31 | 360 | 62 | 62 |
| Binary | 1000000 | 111111 | 10111110 | 1000010 | 1000011 | 0 | 11001 | 11110000 | 110010 | 110010 |
Color Harmonies of #403FBE
Complementary color
Monochromatic Colors of #403FBE
Black with #403FBE
Text Example
Text Example
White with #403FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FBE; }
p { color: rgb(64,63,190); }
H1.HeaderClassName
{
color: #403FBE;
}
.AnyTagClassName
{
color: #403FBE;
}
</style>
background-color css
<style>
a { background-color: #403FBE; }
a { background-color: rgb(64,63,190); }
div.DivClassName
{
background-color: #403FBE;
}
.BgClassName
{
background-color: #403FBE;
}
</style>
border-color css
<style>
span { border-color: #403FBE; }
span { border-color: rgb(64,63,190); }
td.TdClassName
{
border-color: #403FBE;
}
.TagClassName
{
border-color: #403FBE;
}
</style>