Shades of Free Speech Blue #403DBF
Tints of Free Speech Blue #403DBF
RGB
CMYK
RGB Variations
Color information
#403DBF (or 0x403DBF) is known color: Free Speech Blue. HEX triplet: 40, 3D and BF. RGB value is (64,61,191). Sum of RGB (Red+Green+Blue) = 64+61+191=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #403DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DBF is #BFC240. Grayscale: #4C4C4C. Windows color (decimal): -12567105 or 12533056. OLE color: 12533056.
HSL color Cylindrical-coordinate representation of color #403DBF: hue angle of 241.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403DBF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 61 | 191 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.25 |
| HSL | 241.38º | 0.52% | 0.49% | - |
| HSV(B) | 241.38º | 0.68% | 0.75% | - |
| XYZ | 13.19 | 8.19 | 50.18 | - |
| YUV | 76.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 191 | 0.66 | 0.68 | 0 | 0.25 | 241.38 | 0.52 | 0.49 |
| Hex | 40 | 3D | BF | 42 | 44 | 0 | 19 | F1 | 34 | 31 |
| Octal | 100 | 75 | 277 | 102 | 104 | 0 | 31 | 361 | 64 | 61 |
| Binary | 1000000 | 111101 | 10111111 | 1000010 | 1000100 | 0 | 11001 | 11110001 | 110100 | 110001 |
Color Harmonies of #403DBF
Complementary color
Monochromatic Colors of #403DBF
Black with #403DBF
Text Example
Text Example
White with #403DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DBF; }
p { color: rgb(64,61,191); }
H1.HeaderClassName
{
color: #403DBF;
}
.AnyTagClassName
{
color: #403DBF;
}
</style>
background-color css
<style>
a { background-color: #403DBF; }
a { background-color: rgb(64,61,191); }
div.DivClassName
{
background-color: #403DBF;
}
.BgClassName
{
background-color: #403DBF;
}
</style>
border-color css
<style>
span { border-color: #403DBF; }
span { border-color: rgb(64,61,191); }
td.TdClassName
{
border-color: #403DBF;
}
.TagClassName
{
border-color: #403DBF;
}
</style>