Shades of Free Speech Blue #403DBC
Tints of Free Speech Blue #403DBC
RGB
CMYK
RGB Variations
Color information
#403DBC (or 0x403DBC) is known color: Free Speech Blue. HEX triplet: 40, 3D and BC. RGB value is (64,61,188). Sum of RGB (Red+Green+Blue) = 64+61+188=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #403DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DBC is #BFC243. Grayscale: #4B4B4B. Windows color (decimal): -12567108 or 12336448. OLE color: 12336448.
HSL color Cylindrical-coordinate representation of color #403DBC: hue angle of 241.42º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403DBC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 61 | 188 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.26 |
| HSL | 241.42º | 0.51% | 0.49% | - |
| HSV(B) | 241.42º | 0.68% | 0.74% | - |
| XYZ | 12.86 | 8.06 | 48.45 | - |
| YUV | 76.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 188 | 0.66 | 0.68 | 0 | 0.26 | 241.42 | 0.51 | 0.49 |
| Hex | 40 | 3D | BC | 42 | 44 | 0 | 1A | F1 | 33 | 31 |
| Octal | 100 | 75 | 274 | 102 | 104 | 0 | 32 | 361 | 63 | 61 |
| Binary | 1000000 | 111101 | 10111100 | 1000010 | 1000100 | 0 | 11010 | 11110001 | 110011 | 110001 |
Color Harmonies of #403DBC
Complementary color
Monochromatic Colors of #403DBC
Black with #403DBC
Text Example
Text Example
White with #403DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DBC; }
p { color: rgb(64,61,188); }
H1.HeaderClassName
{
color: #403DBC;
}
.AnyTagClassName
{
color: #403DBC;
}
</style>
background-color css
<style>
a { background-color: #403DBC; }
a { background-color: rgb(64,61,188); }
div.DivClassName
{
background-color: #403DBC;
}
.BgClassName
{
background-color: #403DBC;
}
</style>
border-color css
<style>
span { border-color: #403DBC; }
span { border-color: rgb(64,61,188); }
td.TdClassName
{
border-color: #403DBC;
}
.TagClassName
{
border-color: #403DBC;
}
</style>