Shades of Free Speech Blue #403DB5
Tints of Free Speech Blue #403DB5
RGB
CMYK
RGB Variations
Color information
#403DB5 (or 0x403DB5) is known color: Free Speech Blue. HEX triplet: 40, 3D and B5. RGB value is (64,61,181). Sum of RGB (Red+Green+Blue) = 64+61+181=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #403DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DB5 is #BFC24A. Grayscale: #4B4B4B. Windows color (decimal): -12567115 or 11877696. OLE color: 11877696.
HSL color Cylindrical-coordinate representation of color #403DB5: hue angle of 241.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403DB5 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 61 | 181 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.29 |
| HSL | 241.5º | 0.5% | 0.47% | - |
| HSV(B) | 241.5º | 0.66% | 0.71% | - |
| XYZ | 12.12 | 7.76 | 44.58 | - |
| YUV | 75.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 181 | 0.65 | 0.66 | 0 | 0.29 | 241.5 | 0.5 | 0.47 |
| Hex | 40 | 3D | B5 | 41 | 42 | 0 | 1D | F2 | 32 | 2F |
| Octal | 100 | 75 | 265 | 101 | 102 | 0 | 35 | 362 | 62 | 57 |
| Binary | 1000000 | 111101 | 10110101 | 1000001 | 1000010 | 0 | 11101 | 11110010 | 110010 | 101111 |
Color Harmonies of #403DB5
Complementary color
Monochromatic Colors of #403DB5
Black with #403DB5
Text Example
Text Example
White with #403DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DB5; }
p { color: rgb(64,61,181); }
H1.HeaderClassName
{
color: #403DB5;
}
.AnyTagClassName
{
color: #403DB5;
}
</style>
background-color css
<style>
a { background-color: #403DB5; }
a { background-color: rgb(64,61,181); }
div.DivClassName
{
background-color: #403DB5;
}
.BgClassName
{
background-color: #403DB5;
}
</style>
border-color css
<style>
span { border-color: #403DB5; }
span { border-color: rgb(64,61,181); }
td.TdClassName
{
border-color: #403DB5;
}
.TagClassName
{
border-color: #403DB5;
}
</style>