Shades of Free Speech Blue #403FDB
Tints of Free Speech Blue #403FDB
RGB
CMYK
RGB Variations
Color information
#403FDB (or 0x403FDB) is known color: Free Speech Blue. HEX triplet: 40, 3F and DB. RGB value is (64,63,219). Sum of RGB (Red+Green+Blue) = 64+63+219=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #403FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FDB is #BFC024. Grayscale: #505050. Windows color (decimal): -12566565 or 14368576. OLE color: 14368576.
HSL color Cylindrical-coordinate representation of color #403FDB: hue angle of 240.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403FDB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 63 | 219 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.14 |
| HSL | 240.38º | 0.68% | 0.55% | - |
| HSV(B) | 240.38º | 0.71% | 0.86% | - |
| XYZ | 16.68 | 9.76 | 68.02 | - |
| YUV | 81.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 219 | 0.71 | 0.71 | 0 | 0.14 | 240.38 | 0.68 | 0.55 |
| Hex | 40 | 3F | DB | 47 | 47 | 0 | E | F0 | 44 | 37 |
| Octal | 100 | 77 | 333 | 107 | 107 | 0 | 16 | 360 | 104 | 67 |
| Binary | 1000000 | 111111 | 11011011 | 1000111 | 1000111 | 0 | 1110 | 11110000 | 1000100 | 110111 |
Color Harmonies of #403FDB
Complementary color
Monochromatic Colors of #403FDB
Black with #403FDB
Text Example
Text Example
White with #403FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FDB; }
p { color: rgb(64,63,219); }
H1.HeaderClassName
{
color: #403FDB;
}
.AnyTagClassName
{
color: #403FDB;
}
</style>
background-color css
<style>
a { background-color: #403FDB; }
a { background-color: rgb(64,63,219); }
div.DivClassName
{
background-color: #403FDB;
}
.BgClassName
{
background-color: #403FDB;
}
</style>
border-color css
<style>
span { border-color: #403FDB; }
span { border-color: rgb(64,63,219); }
td.TdClassName
{
border-color: #403FDB;
}
.TagClassName
{
border-color: #403FDB;
}
</style>