Shades of Free Speech Blue #403DDB
Tints of Free Speech Blue #403DDB
RGB
CMYK
RGB Variations
Color information
#403DDB (or 0x403DDB) is known color: Free Speech Blue. HEX triplet: 40, 3D and DB. RGB value is (64,61,219). Sum of RGB (Red+Green+Blue) = 64+61+219=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #403DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DDB is #BFC224. Grayscale: #4F4F4F. Windows color (decimal): -12567077 or 14368064. OLE color: 14368064.
HSL color Cylindrical-coordinate representation of color #403DDB: hue angle of 241.14º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403DDB is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 61 | 219 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.14 |
| HSL | 241.14º | 0.69% | 0.55% | - |
| HSV(B) | 241.14º | 0.72% | 0.86% | - |
| XYZ | 16.57 | 9.54 | 67.99 | - |
| YUV | 79.91 | 206.49 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 219 | 0.71 | 0.72 | 0 | 0.14 | 241.14 | 0.69 | 0.55 |
| Hex | 40 | 3D | DB | 47 | 48 | 0 | E | F1 | 45 | 37 |
| Octal | 100 | 75 | 333 | 107 | 110 | 0 | 16 | 361 | 105 | 67 |
| Binary | 1000000 | 111101 | 11011011 | 1000111 | 1001000 | 0 | 1110 | 11110001 | 1000101 | 110111 |
Color Harmonies of #403DDB
Complementary color
Monochromatic Colors of #403DDB
Black with #403DDB
Text Example
Text Example
White with #403DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DDB; }
p { color: rgb(64,61,219); }
H1.HeaderClassName
{
color: #403DDB;
}
.AnyTagClassName
{
color: #403DDB;
}
</style>
background-color css
<style>
a { background-color: #403DDB; }
a { background-color: rgb(64,61,219); }
div.DivClassName
{
background-color: #403DDB;
}
.BgClassName
{
background-color: #403DDB;
}
</style>
border-color css
<style>
span { border-color: #403DDB; }
span { border-color: rgb(64,61,219); }
td.TdClassName
{
border-color: #403DDB;
}
.TagClassName
{
border-color: #403DDB;
}
</style>