Shades of Free Speech Blue #403EBC
Tints of Free Speech Blue #403EBC
RGB
CMYK
RGB Variations
Color information
#403EBC (or 0x403EBC) is known color: Free Speech Blue. HEX triplet: 40, 3E and BC. RGB value is (64,62,188). Sum of RGB (Red+Green+Blue) = 64+62+188=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #403EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403EBC is #BFC143. Grayscale: #4C4C4C. Windows color (decimal): -12566852 or 12336704. OLE color: 12336704.
HSL color Cylindrical-coordinate representation of color #403EBC: hue angle of 240.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403EBC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 62 | 188 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.26 |
| HSL | 240.95º | 0.5% | 0.49% | - |
| HSV(B) | 240.95º | 0.67% | 0.74% | - |
| XYZ | 12.91 | 8.17 | 48.47 | - |
| YUV | 76.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 188 | 0.66 | 0.67 | 0 | 0.26 | 240.95 | 0.5 | 0.49 |
| Hex | 40 | 3E | BC | 42 | 43 | 0 | 1A | F1 | 32 | 31 |
| Octal | 100 | 76 | 274 | 102 | 103 | 0 | 32 | 361 | 62 | 61 |
| Binary | 1000000 | 111110 | 10111100 | 1000010 | 1000011 | 0 | 11010 | 11110001 | 110010 | 110001 |
Color Harmonies of #403EBC
Complementary color
Monochromatic Colors of #403EBC
Black with #403EBC
Text Example
Text Example
White with #403EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EBC; }
p { color: rgb(64,62,188); }
H1.HeaderClassName
{
color: #403EBC;
}
.AnyTagClassName
{
color: #403EBC;
}
</style>
background-color css
<style>
a { background-color: #403EBC; }
a { background-color: rgb(64,62,188); }
div.DivClassName
{
background-color: #403EBC;
}
.BgClassName
{
background-color: #403EBC;
}
</style>
border-color css
<style>
span { border-color: #403EBC; }
span { border-color: rgb(64,62,188); }
td.TdClassName
{
border-color: #403EBC;
}
.TagClassName
{
border-color: #403EBC;
}
</style>