Shades of Free Speech Blue #403DBD
Tints of Free Speech Blue #403DBD
RGB
CMYK
RGB Variations
Color information
#403DBD (or 0x403DBD) is known color: Free Speech Blue. HEX triplet: 40, 3D and BD. RGB value is (64,61,189). Sum of RGB (Red+Green+Blue) = 64+61+189=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #403DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DBD is #BFC242. Grayscale: #4B4B4B. Windows color (decimal): -12567107 or 12401984. OLE color: 12401984.
HSL color Cylindrical-coordinate representation of color #403DBD: hue angle of 241.41º 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 #403DBD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 61 | 189 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.26 |
| HSL | 241.41º | 0.51% | 0.49% | - |
| HSV(B) | 241.41º | 0.68% | 0.74% | - |
| XYZ | 12.97 | 8.1 | 49.02 | - |
| YUV | 76.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 189 | 0.66 | 0.68 | 0 | 0.26 | 241.41 | 0.51 | 0.49 |
| Hex | 40 | 3D | BD | 42 | 44 | 0 | 1A | F1 | 33 | 31 |
| Octal | 100 | 75 | 275 | 102 | 104 | 0 | 32 | 361 | 63 | 61 |
| Binary | 1000000 | 111101 | 10111101 | 1000010 | 1000100 | 0 | 11010 | 11110001 | 110011 | 110001 |
Color Harmonies of #403DBD
Complementary color
Monochromatic Colors of #403DBD
Black with #403DBD
Text Example
Text Example
White with #403DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DBD; }
p { color: rgb(64,61,189); }
H1.HeaderClassName
{
color: #403DBD;
}
.AnyTagClassName
{
color: #403DBD;
}
</style>
background-color css
<style>
a { background-color: #403DBD; }
a { background-color: rgb(64,61,189); }
div.DivClassName
{
background-color: #403DBD;
}
.BgClassName
{
background-color: #403DBD;
}
</style>
border-color css
<style>
span { border-color: #403DBD; }
span { border-color: rgb(64,61,189); }
td.TdClassName
{
border-color: #403DBD;
}
.TagClassName
{
border-color: #403DBD;
}
</style>