Shades of Free Speech Blue #403FDD
Tints of Free Speech Blue #403FDD
RGB
CMYK
RGB Variations
Color information
#403FDD (or 0x403FDD) is known color: Free Speech Blue. HEX triplet: 40, 3F and DD. RGB value is (64,63,221). Sum of RGB (Red+Green+Blue) = 64+63+221=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #403FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FDD is #BFC022. Grayscale: #505050. Windows color (decimal): -12566563 or 14499648. OLE color: 14499648.
HSL color Cylindrical-coordinate representation of color #403FDD: hue angle of 240.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403FDD is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 63 | 221 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.13 |
| HSL | 240.38º | 0.7% | 0.56% | - |
| HSV(B) | 240.38º | 0.71% | 0.87% | - |
| XYZ | 16.94 | 9.87 | 69.42 | - |
| YUV | 81.31 | 206.83 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 221 | 0.71 | 0.71 | 0 | 0.13 | 240.38 | 0.7 | 0.56 |
| Hex | 40 | 3F | DD | 47 | 47 | 0 | D | F0 | 46 | 38 |
| Octal | 100 | 77 | 335 | 107 | 107 | 0 | 15 | 360 | 106 | 70 |
| Binary | 1000000 | 111111 | 11011101 | 1000111 | 1000111 | 0 | 1101 | 11110000 | 1000110 | 111000 |
Color Harmonies of #403FDD
Complementary color
Monochromatic Colors of #403FDD
Black with #403FDD
Text Example
Text Example
White with #403FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FDD; }
p { color: rgb(64,63,221); }
H1.HeaderClassName
{
color: #403FDD;
}
.AnyTagClassName
{
color: #403FDD;
}
</style>
background-color css
<style>
a { background-color: #403FDD; }
a { background-color: rgb(64,63,221); }
div.DivClassName
{
background-color: #403FDD;
}
.BgClassName
{
background-color: #403FDD;
}
</style>
border-color css
<style>
span { border-color: #403FDD; }
span { border-color: rgb(64,63,221); }
td.TdClassName
{
border-color: #403FDD;
}
.TagClassName
{
border-color: #403FDD;
}
</style>